summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann
2016-11-09bpf: Remove unused but set variablesTobias Klauser
2016-10-31bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29bpf: Print function name in addition to function idThomas Graf
2016-10-28Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-10-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-10-28Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...Linus Torvalds
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa
2016-10-27kcov: properly check if we are in an interruptAndrey Konovalov
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds
2016-10-27sched/fair: Remove unused but set variable 'rq'Tobias Klauser
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner
2016-10-24PM / suspend: Fix missing KERN_CONT for suspend messageJon Hunter
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann
2016-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-10-21softirq: Display IRQ_POLL for irq-poll statisticsSagi Grimberg
2016-10-21kernel/irq: Export irq_set_parent()Sudip Mukherjee
2016-10-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-10-19printk: suppress empty continuation linesLinus Torvalds
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-19bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf
2016-10-19sched/fair: Fix incorrect task group ->load_avgVincent Guittot
2016-10-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-10-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-10-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-10-17alarmtimer: Remove unused but set variableTobias Klauser
2016-10-16cpu/hotplug: Use distinct name for cpu_hotplug.dep_mapJoonas Lahtinen
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds
2016-10-11hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle
2016-10-11kthread: better support freezable kthread workersPetr Mladek
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek
2016-10-11kthread: allow to cancel kthread workPetr Mladek
2016-10-11kthread: initial support for delayed kthread workPetr Mladek
2016-10-11kthread: detect when a kthread work is used by more workersPetr Mladek
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek
2016-10-11kthread: add kthread_create_worker*()Petr Mladek