aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-04-23Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Gravatar Linus Torvalds 1-7/+26
2016-04-23Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-7/+28
2016-04-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2016-04-22cpu/hotplug: Fix rollback during error-out in __cpu_disable()Gravatar Sebastian Andrzej Siewior 1-7/+26
2016-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+1
2016-04-21genirq: Dont allow affinity mask to be updated on IPIsGravatar Matt Redfearn 1-0/+1
2016-04-21futex: Acknowledge a new waiter in counter before plistGravatar Davidlohr Bueso 1-1/+1
2016-04-20futex: Handle unlock_pi race gracefullyGravatar Sebastian Andrzej Siewior 1-3/+22
2016-04-19locking/pvqspinlock: Fix division by zero in qstat_read()Gravatar Davidlohr Bueso 1-3/+5
2016-04-16Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+2
2016-04-14/proc/iomem: only expose physical resource addresses to privileged usersGravatar Linus Torvalds 1-2/+11
2016-04-14bpf/verifier: reject invalid LD_ABS | BPF_DW instructionGravatar Alexei Starovoitov 1-0/+1
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Gravatar Linus Torvalds 1-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-4/+4
2016-04-04locking/lockdep: Fix print_collision() unused warningGravatar Borislav Petkov 1-0/+2
2016-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+13
2016-04-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-34/+126
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+4
2016-03-31locking/lockdep: Print chain_key collision informationGravatar Alfredo Alvarez Fernandez 1-2/+77
2016-03-31perf/core: Don't leak event in the syscall error pathGravatar Alexander Shishkin 1-0/+1
2016-03-31perf/core: Fix time tracking bug with multiplexingGravatar Peter Zijlstra 1-2/+12
2016-03-29locking/atomic, sched: Unexport fetch_or()Gravatar Frederic Weisbecker 1-0/+18
2016-03-29timers/nohz: Convert tick dependency mask to atomic_tGravatar Frederic Weisbecker 2-32/+31
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 2-1/+2
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceGravatar Michal Hocko 1-1/+1
2016-03-25sched: add schedule_timeout_idle()Gravatar Andrew Morton 1-0/+11
2016-03-25bpf: add missing map_flags to bpf_map_show_fdinfoGravatar Daniel Borkmann 1-2/+4
2016-03-24Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2016-03-25Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Gravatar Rafael J. Wysocki 1-0/+1
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 11-111/+222
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-38/+82
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-55/+72
2016-03-23PM / sleep: Clear pm_suspend_global_flags upon hibernateGravatar Lukas Wunner 1-0/+1
2016-03-22kernel/...: convert pr_warning to pr_warnGravatar Joe Perches 13-60/+52
2016-03-22memremap: add MEMREMAP_WC flagGravatar Brian Starkey 1-2/+11
2016-03-22memremap: don't modify flagsGravatar Brian Starkey 1-7/+7
2016-03-22kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEGravatar Helge Deller 1-0/+4
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 7-0/+301
2016-03-22profile: hide unused functions when !CONFIG_PROC_FSGravatar Arnd Bergmann 1-2/+2
2016-03-22panic: change nmi_panic from macro to functionGravatar Hidehiro Kawai 1-0/+20
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesGravatar Jann Horn 1-1/+1
2016-03-22ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockGravatar Oleg Nesterov 1-2/+1
2016-03-22auditsc: for seccomp events, log syscall compat state using in_compat_syscallGravatar Andy Lutomirski 1-2/+2
2016-03-22ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessGravatar Andy Lutomirski 1-1/+1
2016-03-22seccomp: check in_compat_syscall, not is_compat_task, in strict modeGravatar Andy Lutomirski 1-2/+2
2016-03-22kernel/hung_task.c: use timeout diff when timeout is updatedGravatar Tetsuo Handa 1-8/+13
2016-03-22tracing: Record and show NMI stateGravatar Peter Zijlstra 3-3/+9
2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Gravatar Steven Rostedt (Red Hat) 1-0/+3
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 4-11/+247
2016-03-21sched/cpuacct: Simplify the cpuacct codeGravatar Zhao Lei 2-25/+7