summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-04-292-3/+7
|\
| * kcov: don't profile branches in kcovAndrey Ryabinin2016-04-291-0/+1
| * kcov: don't trace the code coverage codeJames Morse2016-04-291-1/+1
| * kexec: export OFFSET(page.compound_head) to find out compound tail pageAtsushi Kumagai2016-04-291-0/+1
| * kexec: update VMCOREINFO for compound_order/dtorAtsushi Kumagai2016-04-291-2/+4
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-291-17/+38
|\ \
| * | perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra2016-04-281-16/+36
| * | perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationPeter Zijlstra2016-04-231-1/+2
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-292-3/+36
|\ \ \ | |_|/ |/| |
| * | lockdep: Fix lock_chain::base sizePeter Zijlstra2016-04-232-1/+25
| * | locking/lockdep: Fix ->irq_context calculationBoqun Feng2016-04-231-2/+11
* | | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-271-0/+29
|\ \ \
| * | | workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-04-261-0/+29
* | | | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-272-4/+7
|\ \ \ \
| * | | | cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2016-04-252-4/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-271-1/+0Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2016-04-261-1/+0Star
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds2016-04-231-7/+26
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | cpu/hotplug: Fix rollback during error-out in __cpu_disable()Sebastian Andrzej Siewior2016-04-221-7/+26
| |/ / / / /
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-232-7/+28
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-04-211-1/+1
| * | | | | futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-04-201-3/+22
| * | | | | locking/pvqspinlock: Fix division by zero in qstat_read()Davidlohr Bueso2016-04-191-3/+5
| |/ / / /
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-231-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn2016-04-211-0/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-211-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov2016-04-141-0/+1
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-171-0/+2
|\ \ \ \
| * | | | locking/lockdep: Fix print_collision() unused warningBorislav Petkov2016-04-041-0/+2
* | | | | /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2016-04-141-2/+11
| |/ / / |/| | |
* | | | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-041-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-031-2/+13
|\ \ \ \
| * | | | perf/core: Don't leak event in the syscall error pathAlexander Shishkin2016-03-311-0/+1
| * | | | perf/core: Fix time tracking bug with multiplexingPeter Zijlstra2016-03-311-2/+12
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-034-34/+126
|\ \ \ \ \
| * | | | | locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez2016-03-311-2/+77
| * | | | | locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker2016-03-291-0/+18
| * | | | | timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-292-32/+31Star
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-021-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann2016-03-251-2/+4
* | | | | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-262-1/+2
* | | | | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko2016-03-261-1/+1
* | | | | sched: add schedule_timeout_idle()Andrew Morton2016-03-261-0/+11
* | | | | Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-251-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki2016-03-251-0/+1
| |\ \ \ \ \
| | | * | | | PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner2016-03-231-0/+1
* | | | | | | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-2411-111/+222
|\ \ \ \ \ \ \
| * | | | | | | tracing: Record and show NMI statePeter Zijlstra2016-03-223-3/+9
| * | | | | | | tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-03-221-0/+3