aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-118/+342
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-17/+16
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+17
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-45/+60
2016-12-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-38/+38
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-97/+307
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-124/+86
2016-12-12printk/kdb: handle more message headersPetr Mladek1-1/+1
2016-12-12printk/NMI: handle continuous lines and missing newlinePetr Mladek1-28/+50
2016-12-12printk/NMI: fix up handling of the full nmi log bufferPetr Mladek1-2/+3
2016-12-12hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa1-1/+2
2016-12-12kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin1-1/+1
2016-12-12prctl: remove one-shot limitation for changing exe linkStanislav Kinsburskiy1-10/+0
2016-12-12kthread: add __printf attributesNicolas Iooss1-2/+3
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2016-12-12Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-330/+669
2016-12-12Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki3-31/+132
2016-12-12Merge branch 'pm-cpuidle'Rafael J. Wysocki3-67/+111
2016-12-12Merge branch 'pm-cpufreq'Rafael J. Wysocki1-20/+99
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-335/+400
2016-12-12Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+12
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-13/+28
2016-12-11sched/core: Use load_avg for selecting idlest groupVincent Guittot1-11/+44
2016-12-11sched/core: Fix find_idlest_group() for forkVincent Guittot1-0/+8
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar8-64/+152
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar6-70/+80
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-70/+138
2016-12-09timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner1-21/+5
2016-12-09timekeeping: Get rid of pointless typecastsThomas Gleixner1-3/+2
2016-12-09timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner1-13/+13
2016-12-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner1-2/+2
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau3-2/+4
2016-12-08bpf: fix state equivalenceAlexei Starovoitov1-1/+1
2016-12-08kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker()Oleg Nesterov1-15/+8
2016-12-08kthread: Don't use to_live_kthread() in kthread_[un]park()Oleg Nesterov1-45/+24
2016-12-08kthread: Don't use to_live_kthread() in kthread_stop()Oleg Nesterov1-7/+5
2016-12-08Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() function"Oleg Nesterov1-6/+2
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov2-13/+47
2016-12-08hotplug: Make register and unregister notifier API symmetricMichal Hocko1-1/+1
2016-12-07kcov: add missing #include <linux/sched.h>Kefeng Wang1-0/+1
2016-12-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2016-12-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+8
2016-12-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-58/+126
2016-12-07bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann2-5/+2
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri1-0/+1
2016-12-07tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior1-1/+1
2016-12-06lockdep: Fix report formattingDmitry Vyukov1-54/+57
2016-12-06perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros1-11/+8
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann3-1/+90