aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-11-22exec: Ensure mm->user_ns contains the execed filesGravatar Eric W. Biederman 1-2/+14
2016-11-22ptrace: Don't allow accessing an undumpable mmGravatar Eric W. Biederman 1-6/+36
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPGravatar Eric W. Biederman 2-5/+27
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksGravatar Eric W. Biederman 2-18/+17
2016-11-15Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-1/+23
2016-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-3/+10
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsGravatar Steven Rostedt (Red Hat) 1-0/+22
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsGravatar Alexei Starovoitov 1-1/+1
2016-11-14Revert "printk: make reading the kernel log flush pending lines"Gravatar Linus Torvalds 1-11/+0
2016-11-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2016-11-11Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-1/+3
2016-11-11Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Gravatar Rafael J. Wysocki 1-1/+3
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Gravatar Hans de Goede 1-12/+1
2016-11-08genirq: Use irq type from irqdata instead of irqdescGravatar Thomas Gleixner 1-2/+2
2016-11-07bpf: fix map not being uncharged during map creation failureGravatar Daniel Borkmann 1-1/+3
2016-11-07bpf: fix htab map destruction when extra reserve is in useGravatar Daniel Borkmann 1-1/+2
2016-11-05Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Gravatar Linus Torvalds 2-9/+7
2016-11-03taskstats: fix the length of cgroupstats_cmd_get_policyGravatar WANG Cong 1-1/+5
2016-11-03sched/core: Remove pointless printout in sched_show_task()Gravatar Linus Torvalds 1-9/+0
2016-11-03sched/core: Fix oops in sched_show_task()Gravatar Tetsuo Handa 1-0/+3
2016-11-02PM / sleep: fix device reference leak in test_suspendGravatar Johan Hovold 1-1/+3
2016-11-01fork: Add task stack refcounting sanity check and prevent premature task stac...Gravatar Andy Lutomirski 1-0/+4
2016-10-28Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-2/+2
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+17
2016-10-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-30/+44
2016-10-28Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...Gravatar Linus Torvalds 1-3/+0
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextGravatar Jiri Olsa 1-2/+8
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Gravatar Jiri Olsa 1-4/+9
2016-10-27kcov: properly check if we are in an interruptGravatar Andrey Konovalov 1-1/+8
2016-10-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesGravatar Linus Torvalds 2-10/+16
2016-10-27sched/fair: Remove unused but set variable 'rq'Gravatar Tobias Klauser 1-3/+0
2016-10-25timers: Prevent base clock corruption when forwardingGravatar Thomas Gleixner 1-13/+10
2016-10-25timers: Prevent base clock rewind when forwarding clockGravatar Thomas Gleixner 1-5/+9
2016-10-25timers: Lock base for same bucket optimizationGravatar Thomas Gleixner 1-11/+17
2016-10-25timers: Plug locking race vs. timer migrationGravatar Thomas Gleixner 1-1/+8
2016-10-24PM / suspend: Fix missing KERN_CONT for suspend messageGravatar Jon Hunter 1-2/+2
2016-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2016-10-21softirq: Display IRQ_POLL for irq-poll statisticsGravatar Sagi Grimberg 1-1/+1
2016-10-21kernel/irq: Export irq_set_parent()Gravatar Sudip Mukherjee 1-0/+1
2016-10-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+8
2016-10-19printk: suppress empty continuation linesGravatar Linus Torvalds 1-0/+4
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 2-8/+14
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-6/+10
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-2/+4
2016-10-19sched/fair: Fix incorrect task group ->load_avgGravatar Vincent Guittot 1-1/+8
2016-10-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2016-10-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+8
2016-10-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-10-17alarmtimer: Remove unused but set variableGravatar Tobias Klauser 1-2/+0