aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-12-14mm: add locked parameter to get_user_pages_remote()Gravatar Lorenzo Stoakes 1-2/+2
2016-12-14kernel/watchdog.c: move hardlockup detector to separate fileGravatar Babu Moger 3-230/+239
2016-12-14kernel/watchdog.c: move shared definitions to nmi.hGravatar Babu Moger 1-24/+4
2016-12-14posix-timers: give lazy compilers some help optimizing code awayGravatar Nicolas Pitre 1-1/+2
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedGravatar Petr Mladek 2-8/+4
2016-12-14kdb: properly synchronize vkdb_printf() calls with other CPUsGravatar Petr Mladek 2-18/+13
2016-12-14kdb: remove unused kdb_event handlingGravatar Petr Mladek 2-3/+0
2016-12-14kernel/debug/debug_core.c: more properly delay for secondary CPUsGravatar Douglas Anderson 1-2/+2
2016-12-14kcov: add more missing includesGravatar Kefeng Wang 1-0/+5
2016-12-14relay: check array offset before using itGravatar Dan Carpenter 1-2/+2
2016-12-14sysctl: add KERN_CONT to deprecated_sysctl_warning()Gravatar Tetsuo Handa 1-2/+2
2016-12-14kexec: add cond_resched into kimage_alloc_crash_control_pagesGravatar zhong jiang 1-0/+2
2016-12-14kexec: export the value of phys_base instead of symbol addressGravatar Baoquan He 1-3/+0
2016-12-14coredump: clarify "unsafe core_pattern" warningGravatar Alexey Dobriyan 1-3/+5
2016-12-14signals: avoid unnecessary taking of sighand->siglockGravatar Waiman Long 1-0/+7
2016-12-14kernel/watchdog: use nmi registers snapshot in hardlockup handlerGravatar Konstantin Khlebnikov 1-1/+0
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-28/+86
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 7-118/+342
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-17/+16
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+17
2016-12-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-45/+60
2016-12-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-38/+38
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 14-97/+307
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-124/+86
2016-12-12printk/kdb: handle more message headersGravatar Petr Mladek 1-1/+1
2016-12-12printk/NMI: handle continuous lines and missing newlineGravatar Petr Mladek 1-28/+50
2016-12-12printk/NMI: fix up handling of the full nmi log bufferGravatar Petr Mladek 1-2/+3
2016-12-12hung_task: decrement sysctl_hung_task_warnings only if it is positiveGravatar Tetsuo Handa 1-1/+2
2016-12-12kernel/fork: use vfree_atomic() to free thread stackGravatar Andrey Ryabinin 1-1/+1
2016-12-12prctl: remove one-shot limitation for changing exe linkGravatar Stanislav Kinsburskiy 1-10/+0
2016-12-12kthread: add __printf attributesGravatar Nicolas Iooss 1-2/+3
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+0
2016-12-12Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-330/+669
2016-12-12Merge branches 'pm-sleep' and 'powercap'Gravatar Rafael J. Wysocki 3-31/+132
2016-12-12Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 3-67/+111
2016-12-12Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-20/+99
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 15-335/+400
2016-12-12Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+12
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-13/+28
2016-12-11sched/core: Use load_avg for selecting idlest groupGravatar Vincent Guittot 1-11/+44
2016-12-11sched/core: Fix find_idlest_group() for forkGravatar Vincent Guittot 1-0/+8
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 8-64/+152
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 6-70/+80
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-70/+138
2016-12-09timekeeping: Use mul_u64_u32_shr() instead of open coding itGravatar Thomas Gleixner 1-21/+5
2016-12-09timekeeping: Get rid of pointless typecastsGravatar Thomas Gleixner 1-3/+2
2016-12-09timekeeping: Make the conversion call chain consistently unsignedGravatar Thomas Gleixner 1-13/+13
2016-12-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionGravatar Thomas Gleixner 1-2/+2
2016-12-08bpf: xdp: Allow head adjustment in XDP progGravatar Martin KaFai Lau 3-2/+4