index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-29
nvmem: core: Add nvmem_cell_read_u8()
Andreas Färber
1
-0
/
+1
2020-07-29
seqcount: More consistent seqprop names
Peter Zijlstra
1
-26
/
+26
2020-07-29
seqcount: Compress SEQCNT_LOCKNAME_ZERO()
Peter Zijlstra
1
-45
/
+18
2020-07-29
seqlock: Fold seqcount_LOCKNAME_init() definition
Peter Zijlstra
1
-47
/
+14
2020-07-29
seqlock: Fold seqcount_LOCKNAME_t definition
Peter Zijlstra
1
-101
/
+37
2020-07-29
seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g
Peter Zijlstra
1
-10
/
+10
2020-07-29
hrtimer: Use sequence counter with associated raw spinlock
Ahmed S. Darwish
1
-1
/
+1
2020-07-29
kvm/eventfd: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-1
/
+1
2020-07-29
vfs: Use sequence counter with associated spinlock
Ahmed S. Darwish
2
-2
/
+2
2020-07-29
sched: tasks: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-1
/
+1
2020-07-29
dma-buf: Use sequence counter with associated wound/wait mutex
Ahmed S. Darwish
1
-1
/
+1
2020-07-29
dma-buf: Remove custom seqcount lockdep class key
Ahmed S. Darwish
1
-2
/
+0
2020-07-29
seqlock: Align multi-line macros newline escapes at 72 columns
Ahmed S. Darwish
1
-14
/
+15
2020-07-29
seqlock: Extend seqcount API with associated locks
Ahmed S. Darwish
1
-68
/
+394
2020-07-29
seqlock: lockdep assert non-preemptibility on seqcount_t write
Ahmed S. Darwish
1
-6
/
+23
2020-07-29
lockdep: Add preemption enabled/disabled assertion APIs
Ahmed S. Darwish
1
-0
/
+19
2020-07-29
seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()
Ahmed S. Darwish
1
-4
/
+5
2020-07-29
seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs
Ahmed S. Darwish
1
-76
/
+347
2020-07-29
seqlock: Reorder seqcount_t and seqlock_t API definitions
Ahmed S. Darwish
1
-80
/
+78
2020-07-29
seqlock: seqcount_t latch: End read sections with read_seqcount_retry()
Ahmed S. Darwish
1
-2
/
+2
2020-07-29
seqlock: Properly format kernel-doc code samples
Ahmed S. Darwish
1
-52
/
+56
2020-07-29
Documentation: locking: Describe seqlock design and usage
Ahmed S. Darwish
1
-43
/
+38
2020-07-29
Merge branch 'locking/header'
Peter Zijlstra
1
-0
/
+2
2020-07-29
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
1
-0
/
+2
2020-07-29
Merge remote-tracking branch 'spi/for-5.9' into spi-next
Mark Brown
4
-46
/
+59
2020-07-29
kexec_file: Allow archs to handle special regions while locating memory hole
Hari Bathini
1
-11
/
+18
2020-07-29
Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...
Joerg Roedel
4
-28
/
+26
2020-07-29
Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-0
/
+2
2020-07-29
sched/uclamp: Add a new sysctl to control RT default boost value
Qais Yousef
3
-2
/
+10
2020-07-29
nvmet: add passthru code to process commands
Logan Gunthorpe
1
-0
/
+4
2020-07-29
nvme-fc: drop a duplicated word in a comment
Randy Dunlap
1
-1
/
+1
2020-07-28
ACPI: NFIT: Add runtime firmware activate support
Dan Williams
1
-2
/
+3
2020-07-28
PM, libnvdimm: Add runtime firmware activation support
Dan Williams
2
-0
/
+50
2020-07-28
remoteproc: kill IPA notify code
Alex Elder
1
-82
/
+0
2020-07-28
rhashtable: Restore RCU marking on rhash_lock_head
Herbert Xu
1
-32
/
+24
2020-07-28
rhashtable: Fix unprotected RCU dereference in __rht_ptr
Herbert Xu
1
-12
/
+13
2020-07-28
Add pldmfw library for PLDM firmware update
Jacob Keller
1
-0
/
+165
2020-07-28
of_address: Add bus type match for pci ranges parser
Jiaxun Yang
1
-0
/
+4
2020-07-28
net: improve the user pointer check in init_user_sockptr
Christoph Hellwig
1
-12
/
+6
2020-07-28
net: remove sockptr_advance
Christoph Hellwig
1
-14
/
+13
2020-07-28
net: make sockptr_is_null strict aliasing safe
Christoph Hellwig
1
-1
/
+3
2020-07-28
net/mlx5e: Modify uplink state on interface up/down
Ron Diskin
1
-0
/
+1
2020-07-28
mm/notifier: add migration invalidation type
Ralph Campbell
2
-0
/
+9
2020-07-28
mm/migrate: add a flags parameter to migrate_vma
Ralph Campbell
1
-4
/
+9
2020-07-28
block: Remove callback typedefs for blk_mq_ops
Daniel Wagner
1
-32
/
+18
2020-07-28
Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
1
-46
/
+49
2020-07-28
of/irq: Make of_msi_map_rid() PCI bus agnostic
Lorenzo Pieralisi
1
-4
/
+4
2020-07-28
of/irq: make of_msi_map_get_device_domain() bus agnostic
Diana Craciun
1
-2
/
+3
2020-07-28
of/device: Add input id to of_dma_configure()
Lorenzo Pieralisi
2
-4
/
+18
2020-07-28
of/iommu: Make of_map_rid() PCI agnostic
Lorenzo Pieralisi
1
-2
/
+2
[prev]
[next]