summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-11-26genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner
2017-11-26tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-11-26ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-11-26printk/console: Always disable boot consoles that use init memory before it i...Matt Redfearn
2017-11-26printk: only unregister boot consoles when necessaryThierry Reding
2017-11-11perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2017-11-11perf/core: Fix group {cpu,task} validationMark Rutland
2017-11-11tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-11-11audit: Fix use after free in audit_remove_watch_rule()Jan Kara
2017-11-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit
2017-11-11workqueue: implicit ordered attribute should be overridableTejun Heo
2017-11-11perf/core: Fix locking for children siblings group readJiri Olsa
2017-11-11perf/core: Invert perf_read_group() loopsPeter Zijlstra
2017-11-11tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-11-11workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2017-10-12sched: move no_new_privs into new atomic flagsKees Cook
2017-10-12perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra
2017-10-12sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra
2017-10-12sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-10-12sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra
2017-10-12sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio
2017-10-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-09-15signal: Only reschedule timers on signals timers have sentEric W. Biederman
2017-09-15genirq: Release resources in __setup_irq() error pathHeiner Kallweit
2017-09-15srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini
2017-09-15rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney
2017-09-15alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-09-15alarmtimer: Prevent overflow of relative timersThomas Gleixner
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-09-15pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai
2017-09-15pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman
2017-08-26lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov
2017-08-26ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2017-08-26padata: free correct variableJason A. Donenfeld
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-07-18tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-07-18ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com
2017-07-18ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-07-18perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-07-18sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming
2017-07-18futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra
2017-07-18futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane
2017-06-05locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra
2017-04-04vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2017-03-16sched/cputime: Fix invalid gtime in procHiroshi Shimamoto
2017-03-16printk: use rcuidle console tracepointSergey Senozhatsky