summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-01-01ptrace: Properly initialize ptracer_cred on forkEric W. Biederman1-7/+13
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-6/+36
2018-01-01exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+14
2018-01-01ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2-5/+27
2018-01-01mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2-18/+17
2018-01-01ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov1-2/+1
2018-01-01sched/topology: Optimize build_group_mask()Lauro Ramos Venancio1-3/+3
2018-01-01sched/topology: Simplify build_overlap_sched_groups()Peter Zijlstra1-11/+2
2018-01-01sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra2-2/+1
2018-01-01workqueue: Fix NULL pointer dereferenceLi Bin1-1/+2
2018-01-01workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2018-01-01kernel/params.c: align add_sysfs_param documentation with codeJean Delvare1-1/+1
2018-01-01sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2018-01-01tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2018-01-01tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-11-26genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner1-17/+7
2017-11-26tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-11-26ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-11-26printk/console: Always disable boot consoles that use init memory before it i...Matt Redfearn1-11/+9
2017-11-26printk: only unregister boot consoles when necessaryThierry Reding1-1/+25
2017-11-11perf: Avoid horrible stack usagePeter Zijlstra (Intel)6-13/+26
2017-11-11perf/core: Fix group {cpu,task} validationMark Rutland1-20/+19
2017-11-11tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)1-0/+4
2017-11-11audit: Fix use after free in audit_remove_watch_rule()Jan Kara1-5/+7
2017-11-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-1/+1
2017-11-11workqueue: implicit ordered attribute should be overridableTejun Heo1-4/+9
2017-11-11perf/core: Fix locking for children siblings group readJiri Olsa1-0/+6
2017-11-11perf/core: Invert perf_read_group() loopsPeter Zijlstra1-25/+46
2017-11-11tracing: Fix kmemleak in instance_rmdirChunyu Hu1-0/+1
2017-11-11workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo1-0/+10
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2017-10-12sched: move no_new_privs into new atomic flagsKees Cook2-3/+3
2017-10-12perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra1-5/+10
2017-10-12sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra1-6/+16
2017-10-12sched/topology: Fix overlapping sched_group_maskPeter Zijlstra1-1/+16
2017-10-12sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra1-1/+1
2017-10-12sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio1-19/+43
2017-10-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang1-7/+6
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn5-13/+36
2017-09-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-8/+5
2017-09-15signal: Only reschedule timers on signals timers have sentEric W. Biederman1-6/+14
2017-09-15genirq: Release resources in __setup_irq() error pathHeiner Kallweit1-1/+3
2017-09-15srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini1-4/+6
2017-09-15rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney1-2/+0
2017-09-15alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-09-15alarmtimer: Prevent overflow of relative timersThomas Gleixner1-3/+3
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2-1/+6
2017-09-15pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai1-2/+6
2017-09-15pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman1-1/+1
2017-08-26lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov1-1/+3