aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-23hwmon: (core) Add support for rated attributesZbigniew Lukwinski1-0/+20
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2020-09-20Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+20
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2020-09-20dm: Call proper helper to determine dax supportJan Kara1-2/+20
2020-09-19stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser1-1/+1
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser1-2/+1
2020-09-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+0
2020-09-18Merge tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2020-09-18Merge tag 'sound-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+4
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds2-0/+3
2020-09-17arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones1-1/+0
2020-09-16cpuidle: Allow cpuidle drivers to take over RCU-idlePeter Zijlstra1-0/+1
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao1-4/+4
2020-09-16serial: core: fix console port-lock regressionJohan Hovold1-0/+1
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+2
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-4/+16
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-7/+30
2020-09-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+15
2020-09-11KVM: MIPS: Change the definition of kvm typeHuacai Chen1-2/+3
2020-09-11Merge branch 'powercap'Rafael J. Wysocki1-6/+5
2020-09-10powercap: make documentation reflect codeAmit Kucheria1-6/+5
2020-09-10PM: <linux/device.h>: fix @em_pd kernel-doc warningRandy Dunlap1-0/+1
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-4/+2
2020-09-09i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo1-0/+15
2020-09-07PM: <linux/device.h>: fix @em_pd kernel-doc warningRandy Dunlap1-0/+1
2020-09-07ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failureCezary Rojewski1-0/+2
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+42
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-5/+17
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4' and 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linuxLinus Torvalds2-9/+3
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-0/+6
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-09-05include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe1-1/+1
2020-09-04Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2020-09-04Merge tag 'drm-fixes-2020-09-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds2-7/+1
2020-09-04mm: Add PGREUSE counterPeter Xu1-0/+1
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu1-7/+0
2020-09-04dyndbg: refine export, rename to dynamic_debug_exec_queries()Jim Cromie1-4/+16
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner1-9/+42
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne1-0/+9
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne1-5/+4
2020-09-04xen/balloon: add header guardRoger Pau Monne1-0/+4
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-13/+42
2020-09-02block: allow for_each_bvec to support zero len bvecMing Lei1-1/+8
2020-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-13/+29
2020-09-02libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo1-0/+1
2020-09-02drm/i915: Fix sha_text population codeSean Paul1-0/+3
2020-09-01HID: core: Sanitize event code and type when mapping inputMarc Zyngier1-13/+29