aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootGravatar Masami Hiramatsu 1-0/+5
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferGravatar Tobias Klauser 1-2/+1
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+2
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+16
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-7/+30
2020-09-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+15
2020-09-11KVM: MIPS: Change the definition of kvm typeGravatar Huacai Chen 1-2/+3
2020-09-11Merge branch 'powercap'Gravatar Rafael J. Wysocki 1-6/+5
2020-09-10powercap: make documentation reflect codeGravatar Amit Kucheria 1-6/+5
2020-09-10PM: <linux/device.h>: fix @em_pd kernel-doc warningGravatar Randy Dunlap 1-0/+1
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsGravatar Kees Cook 1-4/+2
2020-09-09i2c: algo: pca: Reapply i2c bus settings after resetGravatar Evan Nimmo 1-0/+15
2020-09-07PM: <linux/device.h>: fix @em_pd kernel-doc warningGravatar Randy Dunlap 1-0/+1
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+42
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-5/+17
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Gravatar Linus Torvalds 2-9/+3
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 1-0/+6
2020-09-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-09-05include/linux/log2.h: add missing () around n in roundup_pow_of_two()Gravatar Jason Gunthorpe 1-1/+1
2020-09-04Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+8
2020-09-04Merge tag 'drm-fixes-2020-09-04' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+3
2020-09-04Merge branch 'simplify-do_wp_page'Gravatar Linus Torvalds 2-7/+1
2020-09-04mm: Add PGREUSE counterGravatar Peter Xu 1-0/+1
2020-09-04mm/ksm: Remove reuse_ksm_page()Gravatar Peter Xu 1-7/+0
2020-09-04dyndbg: refine export, rename to dynamic_debug_exec_queries()Gravatar Jim Cromie 1-4/+16
2020-09-04x86/entry: Unbreak 32bit fast syscallGravatar Thomas Gleixner 1-9/+42
2020-09-04xen: add helpers to allocate unpopulated memoryGravatar Roger Pau Monne 1-0/+9
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICGravatar Roger Pau Monne 1-5/+4
2020-09-04xen/balloon: add header guardGravatar Roger Pau Monne 1-0/+4
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 9-13/+42
2020-09-02block: allow for_each_bvec to support zero len bvecGravatar Ming Lei 1-1/+8
2020-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Gravatar Linus Torvalds 1-13/+29
2020-09-02libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksGravatar Tejun Heo 1-0/+1
2020-09-02drm/i915: Fix sha_text population codeGravatar Sean Paul 1-0/+3
2020-09-01HID: core: Sanitize event code and type when mapping inputGravatar Marc Zyngier 1-13/+29
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+13
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-45/+64
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-0/+4
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+5
2020-08-29sparse: use static inline for __chk_{user,io}_ptr()Gravatar Luc Van Oostenryck 1-2/+2
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-2/+2
2020-08-28Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-2/+2
2020-08-28kernel.h: Silence sparse warning in lower_32_bitsGravatar Herbert Xu 1-1/+1
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSGravatar Pablo Neira Ayuso 1-2/+1
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-10/+11
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-4/+4
2020-08-28Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-2/+7
2020-08-27irqchip/eznps: Fix build error for !ARC700 buildsGravatar Vineet Gupta 1-0/+6