summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-03-07sysctl: handle overflow in proc_get_longChristian Brauner
2019-03-07kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner
2019-03-07dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes
2019-03-07dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes
2019-03-07kernel/sys: annotate implicit fall throughMathieu Malaterre
2019-03-07kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa
2019-03-07kernel/hung_task.c - fix sparse warningsValdis Kletnieks
2019-03-07kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2019-03-07Merge tag 'trace-v5.0-pre' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-03-07bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann
2019-03-07bpf: fix sysctl.c warningArnd Bergmann
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge tag 'y2038-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-03-06dma: Introduce dma_max_mapping_size()Joerg Roedel
2019-03-06swiotlb: Add is_swiotlb_active() functionJoerg Roedel
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-06ipc: Fix building compat mode without sysvipcArnd Bergmann
2019-03-05kernel: cgroup: add poll file operationJohannes Weiner
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-05PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand
2019-03-05PM/Hibernate: use pfn_to_online_page()David Hildenbrand
2019-03-05kexec: export PG_offline to VMCOREINFODavid Hildenbrand
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-03-05tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi
2019-03-05tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner
2019-03-05workqueue: Fix spelling in source code commentsBart Van Assche
2019-03-05Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina
2019-03-05tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-05tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi
2019-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa