aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-01-30x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem searchToshi Kani1-4/+4
2016-01-30resource: Add walk_iomem_res_desc()Toshi Kani1-10/+56
2016-01-30memremap: Change region_intersects() to take @flags and @descToshi Kani2-17/+22
2016-01-30resource: Change walk_system_ram() to use System RAM typeToshi Kani1-13/+13
2016-01-30kexec: Set IORESOURCE_SYSTEM_RAM for System RAMToshi Kani2-4/+6
2016-01-30resource: Add I/O resource descriptorToshi Kani1-0/+5
2016-01-30resource: Handle resource flags properlyToshi Kani1-3/+4
2016-01-30pid: Fix spelling in commentsZhen Lei1-1/+1
2016-01-29devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams1-7/+11
2016-01-29Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2-2/+2
2016-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-11/+11
2016-01-29workqueue: skip flush dependency checks for legacy workqueuesTejun Heo1-1/+2
2016-01-29tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt1-0/+7
2016-01-29perf: Remove/simplify lockdep annotationPeter Zijlstra1-21/+1
2016-01-29perf: Synchronously clean up child eventsPeter Zijlstra1-90/+84
2016-01-29perf: Untangle 'owner' confusionPeter Zijlstra1-2/+12
2016-01-29perf: Add flags argument to perf_remove_from_context()Peter Zijlstra1-11/+12
2016-01-29perf: Clean up sync_child_event()Peter Zijlstra1-42/+39
2016-01-29perf: Robustify event->owner usage and SMP orderingPeter Zijlstra1-10/+10
2016-01-29perf: Fix STATE_EXIT usagePeter Zijlstra1-2/+4
2016-01-29perf: Update locking orderPeter Zijlstra1-1/+1
2016-01-29perf: Remove __free_event()Peter Zijlstra1-25/+20
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov3-25/+31
2016-01-29perf: Fix NULL derefPeter Zijlstra1-2/+2
2016-01-28Merge tag 'trace-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2016-01-28perf: Fix race in perf_event_exit_task_context()Peter Zijlstra1-21/+29
2016-01-28perf: Fix orphan holePeter Zijlstra1-2/+2
2016-01-27tty: audit: Handle tty audit enable atomicallyPeter Hurley1-13/+12
2016-01-27tty: audit: Combine push functionsPeter Hurley1-1/+1
2016-01-28Merge tag 'seccomp-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris1-11/+11
2016-01-27PM: APM_EMULATION does not depend on PMArnd Bergmann1-1/+1
2016-01-27seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn1-11/+11
2016-01-27tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li1-2/+2
2016-01-27clocksource: Allow unregistering the watchdogVitaly Kuznetsov1-10/+42
2016-01-27hrtimer: Catch illegal clockidsMarc Zyngier1-1/+6
2016-01-27hrtimer: Add support for CLOCK_MONOTONIC_RAWMarc Zyngier1-1/+10
2016-01-26tick/sched: Hide unused oneshot timer codeArnd Bergmann1-5/+7
2016-01-26irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED tokenMarc Zyngier1-3/+8
2016-01-26rtmutex: Make wait_lock irq safeThomas Gleixner2-72/+81
2016-01-25audit: log failed attempts to change audit_pid configurationRichard Guy Briggs1-2/+6
2016-01-25audit: stop an old auditd being starved out by a new auditdRichard Guy Briggs1-1/+15
2016-01-22wrappers for ->i_mutex accessAl Viro5-8/+8
2016-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+14
2016-01-22cgroup: make sure a parent css isn't freed before its childrenTejun Heo1-3/+4
2016-01-22cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-5/+17
2016-01-22cpuset: make mm migration asynchronousTejun Heo2-22/+51
2016-01-22sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo1-7/+23
2016-01-22ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz1-2/+12
2016-01-22cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeSudeep Holla1-1/+1