summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-05-01tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
2016-05-01tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-05-01tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)1-2/+6
2016-05-01sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen1-7/+7
2016-05-01perf/core: Fix perf_sched_count derailmentAlexander Shishkin1-4/+3
2016-05-01sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2-0/+14
2016-03-30cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney1-3/+31
2016-03-08tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)1-1/+2
2016-03-04kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-25pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+14
2016-02-25workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo1-0/+10
2016-02-25module: wrapper for symbol name.Rusty Russell1-11/+15
2016-02-25cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-5/+17
2016-02-24Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo1-4/+4
2016-02-02printk: do cond_resched() between lines while outputting to consolesTejun Heo2-3/+35
2016-02-02kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov1-1/+4
2016-02-02panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov1-0/+10
2016-02-02posix-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-25ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)1-0/+6
2016-01-25tracing: Fix setting of start_index in find_next()Qiu Peiyang1-0/+1
2016-01-25genirq: Prevent chip buslock deadlockThomas Gleixner1-3/+3
2016-01-11perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra1-1/+8
2016-01-05sched/core: Remove false-positive warning from wake_up_process()Sasha Levin1-1/+0
2016-01-05sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang1-4/+4
2016-01-05ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)1-7/+5
2015-12-14kernel/signal.c: unexport sigsuspend()Richard Weinberger1-1/+1
2015-12-13printk: prevent userland from spoofing kernel messagesMathias Krause1-4/+8
2015-12-13perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra1-0/+4
2015-11-16sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-3/+3
2015-11-16module: Fix locking in symbol_put_addr()Peter Zijlstra1-2/+6
2015-10-30workqueue: make sure delayed work run in local cpuShaohua Li1-4/+4
2015-10-30sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2-7/+8
2015-10-28clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-10-28genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-09-30task_work: remove fifo ordering guaranteeEric Dumazet1-10/+2
2015-09-29fs: create and use seq_show_option for escapingKees Cook1-2/+3
2015-09-28sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr1-0/+8
2015-09-28unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman1-10/+18
2015-09-03signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+2
2015-09-03signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-1/+2
2015-09-03perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra1-20/+55
2015-08-31perf: Fix fasync handling on inherited eventsPeter Zijlstra1-2/+10
2015-08-20sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-6/+4
2015-08-10genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner1-5/+13
2015-08-10tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2-7/+11
2015-07-15security_syslog() should be called once onlyVasily Averin1-7/+4
2015-07-15perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov1-7/+7