summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki-476/+634
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams-6/+0
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-36/+56
2016-07-22PM / hibernate: Introduce test_resume mode for hibernationChen Yu-21/+50
2016-07-21cpufreq: schedutil: map raw required frequency to driver frequencySteve Muckle-8/+23
2016-07-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore-168/+164
2016-07-19bpf: enable direct packet data write for xdp progsBrenden Blanco-1/+16
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco-0/+1
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco-3/+9
2016-07-19kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton-1/+3
2016-07-19cgroup: remove duplicated include from cgroup.cWei Yongjun-1/+0
2016-07-19tick/nohz: Optimize nohz idle enterGaurav Jindal-2/+1
2016-07-19genirq: Fix missing irq allocation affinity hintVincent Stehle-1/+1
2016-07-19clockevents: Make clockevents_subsys staticBen Dooks-1/+1
2016-07-16bpf: bpf_event_entry_gen's alloc needs to be in atomic contextDaniel Borkmann-1/+1
2016-07-16Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+1
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann-20/+19
2016-07-15bpf, perf: split bpf_perf_event_outputDaniel Borkmann-13/+22
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann-26/+62
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki-1/+8
2016-07-15cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman-6/+2
2016-07-15cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman-0/+5
2016-07-15cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman-4/+1
2016-07-15rcu: Convert rcutree to hotplug state machineThomas Gleixner-53/+66
2016-07-15smp/cfd: Convert core to hotplug state machineRichard Weinberger-47/+41
2016-07-15profile: Convert to hotplug state machineSebastian Andrzej Siewior-116/+65
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran-23/+7
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner-35/+10
2016-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2016-07-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+9
2016-07-15gcov: add support for gcc version >= 6Florian Meier-1/+1
2016-07-14audit: fix whitespace in CWD recordSteve Grubb-1/+1
2016-07-14sched/cputime: Drop local_irq_save/restore from irqtime_account_irq()Rik van Riel-4/+0
2016-07-14sched/cputime: Clean up the old vtime gen irqtime accounting completelyFrederic Weisbecker-23/+10
2016-07-14sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING codeRik van Riel-13/+3
2016-07-14sched/cputime: Count actually elapsed irq & softirq timeRik van Riel-47/+77
2016-07-14Merge branch 'sched/core' into timers/nohz, to avoid conflicts in upcoming pa...Ingo Molnar-186/+412
2016-07-14workqueue: Convert to state machine callbacksThomas Gleixner-65/+53
2016-07-14perf/core: Convert to hotplug state machineThomas Gleixner-46/+21
2016-07-14cpu/hotplug: Handle early registration gracefullyThomas Gleixner-0/+7
2016-07-14Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman-0/+1
2016-07-14Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds-0/+1
2016-07-13Merge branch 'core/urgent' into smp/hotplug to pick up dependenciesThomas Gleixner-0/+2
2016-07-13Merge branch 'core/rcu' into smp/hotplug to pick up dependenciesThomas Gleixner-736/+844
2016-07-13Merge branch 'timers/core' into smp/hotplug to pick up dependenciesThomas Gleixner-537/+749
2016-07-13sched/core: Correct off by one bug in load migration calculationThomas Gleixner-7/+9
2016-07-13cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner-0/+2
2016-07-11bpf: make inode code explicitly non-modularPaul Gortmaker-3/+1
2016-07-11irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov-2/+4