summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-11-10cgroup: avoid false positive gcc-6 warningArnd Bergmann1-0/+3
2016-10-31genirq/generic_chip: Add irq_unmap callbackSebastian Frias1-0/+21
2016-10-16timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz1-2/+5
2016-10-16time: Add cycles to nanoseconds translationChristopher S. Hall1-4/+21
2016-10-07kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-10-07sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan1-2/+43
2016-10-07printk: fix parsing of "brl=" optionNicolas Iooss1-2/+2
2016-10-07perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland1-1/+22
2016-10-07cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park1-3/+14
2016-09-30PM / hibernate: Fix rtree_next_node() to avoid walking off list endsJames Morse1-5/+5
2016-09-30PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier1-2/+2
2016-09-30tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-09-30fix memory leaks in tracing_buffers_splice_read()Al Viro1-6/+8
2016-09-30Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt1-0/+4
2016-09-30Fix build warning in kernel/cpuset.cArnd Bergmann1-1/+1
2016-09-24genirq/msi: Fix broken debug outputThomas Gleixner1-0/+1
2016-09-24kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann1-0/+8
2016-09-24sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-09-24cpuset: make sure new tasks conform to the current config of the cpusetZefan Li1-0/+15
2016-09-24audit: fix exe_file access in audit_exe_compareMateusz Guzik1-3/+5
2016-09-24mm: introduce get_task_exe_fileMateusz Guzik1-0/+23
2016-09-24kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann1-0/+3
2016-09-15uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-09-15timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-09-15timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-09-15cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh1-2/+2
2016-09-15kernel: Add noaudit variant of ns_capable()Tyler Hicks1-10/+36
2016-09-15cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee1-0/+2
2016-09-15clocksource: Allow unregistering the watchdogVitaly Kuznetsov1-10/+42
2016-09-15ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz1-2/+12
2016-09-15time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2-3/+9
2016-09-15sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo1-7/+23
2016-09-15hrtimer: Catch illegal clockidsMarc Zyngier1-1/+6
2016-09-07sched/nohz: Fix affine unpinned timers messWanpeng Li1-1/+4
2016-09-07sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra1-5/+10
2016-09-07genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier1-0/+11
2016-09-07genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner1-6/+2
2016-08-20module: Invalidate signatures on force-loaded modulesBen Hutchings1-4/+9
2016-08-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-168/+164
2016-08-10posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-08-10sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra1-6/+9
2016-08-10cgroup: set css->id to -1 during initTejun Heo1-0/+1
2016-08-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-07-27tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-07-27sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra1-8/+25
2016-07-27locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini1-3/+33
2016-07-27locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra1-0/+60
2016-07-27locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson1-3/+6
2016-07-11bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann1-1/+1
2016-06-24sched: panic on corrupted stack endJann Horn1-1/+2