summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-09-12cpuset: make sure new tasks conform to the current config of the cpusetZefan Li1-0/+15
2016-08-31timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-08-31uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-08-22module: Invalidate signatures on force-loaded modulesBen Hutchings1-4/+9
2016-08-22audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-168/+164
2016-08-22Fix broken audit tests for exec arg lenLinus Torvalds1-2/+1
2016-08-22audit: Fix check of return value of strnlen_user()Jan Kara1-1/+1
2016-08-07posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-07-12pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+14
2016-07-12bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn1-1/+0
2016-07-12futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso1-1/+1
2016-07-12tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-07-12kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-07-11cgroup: remove redundant cleanup in css_createWenwei Tao1-4/+1
2016-06-19locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson1-3/+6
2016-06-06wait/ptrace: assume __WALL if the child is tracedOleg Nesterov1-9/+20
2016-06-06ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)1-5/+4
2016-06-06ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)1-12/+14
2016-06-06ring-buffer: Move recursive check to per_cpu descriptorSteven Rostedt (Red Hat)1-18/+19
2016-06-06ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)1-4/+1
2016-06-06ring-buffer: Add unlikelys to make fast path the defaultSteven Rostedt (Red Hat)1-5/+5
2016-06-06sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsSasha Levin1-4/+7
2016-05-17workqueue: fix rebind bound workers warningWanpeng Li1-0/+11
2016-05-17tracing: Don't display trigger file for events that can't be enabledChunyu Hu1-2/+7
2016-05-17workqueue: fix ghost PENDING flag while doing MQ IORoman Pen1-0/+29
2016-05-16timers: Use proper base migration in add_timer_on()Tejun Heo1-3/+17
2016-05-10futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior1-3/+22
2016-04-18fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-04-18tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
2016-04-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-04-18sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen1-7/+7
2016-04-13modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell1-42/+69
2016-04-13kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-04-12module: wrapper for symbol name.Rusty Russell1-11/+15
2016-04-12ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn5-13/+36
2016-04-12sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2016-03-10tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)1-1/+2
2016-02-15net: bpf: reject invalid shiftsRabin Vincent1-0/+10
2016-02-15seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn1-11/+11
2016-02-09printk: do cond_resched() between lines while outputting to consolesTejun Heo2-3/+35
2016-02-09kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov1-1/+4
2016-02-09panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov1-0/+10
2016-02-09posix-clock: Fix return code on the poll method's error pathRichard Cochran1-2/+2
2016-02-02futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner1-0/+5
2016-02-02time: Avoid signed overflow in timekeeping_get_ns()David Gibson1-2/+1
2016-01-25Revert "workqueue: make sure delayed work run in local cpu"Sasha Levin1-4/+4
2015-12-03audit: create private file name copies when auditing inodesPaul Moore1-9/+40
2015-12-03audit: correctly record file names with different path name typesPaul Moore1-4/+10
2015-12-02sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr1-0/+8
2015-11-15module: Fix locking in symbol_put_addr()Peter Zijlstra1-2/+6