aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-11-26PM / sleep: fix device reference leak in test_suspendJohan Hovold
2016-11-10cgroup: avoid false positive gcc-6 warningArnd Bergmann
2016-10-31genirq/generic_chip: Add irq_unmap callbackSebastian Frias
2016-10-16timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-10-16time: Add cycles to nanoseconds translationChristopher S. Hall
2016-10-07kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko
2016-10-07sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan
2016-10-07printk: fix parsing of "brl=" optionNicolas Iooss
2016-10-07perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland
2016-10-07cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park
2016-09-30PM / hibernate: Fix rtree_next_node() to avoid walking off list endsJames Morse
2016-09-30PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier
2016-09-30tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-09-30fix memory leaks in tracing_buffers_splice_read()Al Viro
2016-09-30Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt
2016-09-30Fix build warning in kernel/cpuset.cArnd Bergmann
2016-09-24genirq/msi: Fix broken debug outputThomas Gleixner
2016-09-24kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann
2016-09-24sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-09-24cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-09-24audit: fix exe_file access in audit_exe_compareMateusz Guzik
2016-09-24mm: introduce get_task_exe_fileMateusz Guzik
2016-09-24kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann
2016-09-15uprobes: Fix the memcg accountingOleg Nesterov
2016-09-15timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-09-15timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-09-15cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh
2016-09-15kernel: Add noaudit variant of ns_capable()Tyler Hicks
2016-09-15cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee
2016-09-15clocksource: Allow unregistering the watchdogVitaly Kuznetsov
2016-09-15ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz
2016-09-15time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz
2016-09-15sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo
2016-09-15hrtimer: Catch illegal clockidsMarc Zyngier
2016-09-07sched/nohz: Fix affine unpinned timers messWanpeng Li
2016-09-07sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra
2016-09-07genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier
2016-09-07genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner
2016-08-20module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-08-20audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-08-10posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-08-10sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra
2016-08-10cgroup: set css->id to -1 during initTejun Heo
2016-08-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-07-27tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-07-27sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra
2016-07-27locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini
2016-07-27locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra
2016-07-27locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
2016-07-11bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann