summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2016-04-28Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar
2016-04-28perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo
2016-04-23perf/core: Add ::write_backward attribute to perf eventWang Nan
2016-04-23Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar
2016-04-23perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationPeter Zijlstra
2016-04-16Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-04-14/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds
2016-04-13Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-04locking/lockdep: Fix print_collision() unused warningBorislav Petkov
2016-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-04-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-31locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez
2016-03-31perf/ring_buffer: Prepare writing into the ring-buffer from the endWang Nan
2016-03-31perf/core: Set event's default ::overflow_handler()Wang Nan
2016-03-31perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...Wang Nan
2016-03-31ftrace/perf: Check sample types only for sampling eventsJiri Olsa
2016-03-31perf/ring_buffer: Document AUX API usageAlexander Shishkin
2016-03-31perf/core: Free AUX pages in unmap pathAlexander Shishkin
2016-03-31perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count dropsAlexander Shishkin
2016-03-31perf/core: Verify we have a single perf_hw_context PMUPeter Zijlstra
2016-03-31perf/core: Don't leak event in the syscall error pathAlexander Shishkin
2016-03-31perf/core: Fix time tracking bug with multiplexingPeter Zijlstra
2016-03-29locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker
2016-03-29timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko
2016-03-25sched: add schedule_timeout_idle()Andrew Morton
2016-03-25bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann
2016-03-24Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-25Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-23PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-03-22memremap: add MEMREMAP_WC flagBrian Starkey
2016-03-22memremap: don't modify flagsBrian Starkey
2016-03-22kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-22profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann
2016-03-22panic: change nmi_panic from macro to functionHidehiro Kawai
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-03-22ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov
2016-03-22auditsc: for seccomp events, log syscall compat state using in_compat_syscallAndy Lutomirski
2016-03-22ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski
2016-03-22seccomp: check in_compat_syscall, not is_compat_task, in strict modeAndy Lutomirski