aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-08tracepoint: Fix overly long tracepoint namespeterz@infradead.org1-9/+9
2020-09-01tracepoint: Optimize using static_call()Steven Rostedt (VMware)3-32/+73
2020-09-01static_call: Allow early initPeter Zijlstra1-2/+13
2020-09-01static_call: Handle tail-callsPeter Zijlstra2-2/+9
2020-09-01static_call: Add static_call_cond()Peter Zijlstra1-0/+86
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf1-0/+6
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra1-0/+11
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf4-1/+60
2020-09-01static_call: Add basic static call infrastructureJosh Poimboeuf2-0/+171
2020-09-01compiler.h: Make __ADDRESSABLE() symbol truly uniqueJosh Poimboeuf1-1/+1
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra1-8/+7
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-45/+64
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-0/+4
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+5
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2020-08-28Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+2
2020-08-28kernel.h: Silence sparse warning in lower_32_bitsHerbert Xu1-1/+1
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-10/+11
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+4
2020-08-28Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+7
2020-08-27cpufreq: Use WARN_ON_ONCE() for invalid relationViresh Kumar1-2/+2
2020-08-27arm/xen: Add misuse warning to virt_to_gfnSimon Leiner1-1/+5
2020-08-26lockdep: Only trace IRQ edgesNicholas Piggin1-8/+7
2020-08-26locking/lockdep: CleanupPeter Zijlstra1-24/+30
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2-6/+12
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra2-8/+16
2020-08-26sched: Use __always_inline on is_idle_task()Marco Elver1-1/+1
2020-08-25Merge tag 'v5.9-rc2' into drm-misc-fixesMaarten Lankhorst841-8950/+18287
2020-08-24libceph: add __maybe_unused to DEFINE_CEPH_FEATUREIlya Dryomov1-4/+4
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2-0/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-37/+40
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-6/+7
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+5
2020-08-21Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+1
2020-08-21bpf: Fix two typos in uapi/linux/bpf.hTobias Klauser1-5/+5
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-11/+76
2020-08-20clocksource/drivers: Add CLINT timer driverAnup Patel1-0/+1
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-5/+3
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-6/+11
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long1-1/+2
2020-08-18Merge tag 'fixes-2020-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-0/+2
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-19/+2
2020-08-17arch/ia64: Restore arch-specific pgd_offset_k implementationJessica Clarke1-0/+2
2020-08-17phylink: <linux/phylink.h>: fix function prototype kernel-doc warningRandy Dunlap1-1/+2
2020-08-17drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter1-2/+7
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells1-0/+3
2020-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-18/+0
2020-08-16firmware: ti_sci: Add support for getting resource with subtypeLokesh Vutla1-0/+13