index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
ieee80211: add helper to check HE capability element size
Johannes Berg
1
-1
/
+24
2022-02-16
ieee80211: use tab to indent struct ieee80211_neighbor_ap_info
Johannes Berg
1
-4
/
+4
2022-02-16
arm64: entry: Add vectors that have the bhb mitigation sequences
James Morse
1
-0
/
+5
2022-02-16
asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
Christophe Leroy
1
-1
/
+1
2022-02-16
tee: refactor TEE_SHM_* flags
Jens Wiklander
1
-12
/
+9
2022-02-16
tee: replace tee_shm_register()
Jens Wiklander
1
-11
/
+0
2022-02-16
tee: add tee_shm_register_{user,kernel}_buf()
Jens Wiklander
1
-0
/
+2
2022-02-16
tee: replace tee_shm_alloc()
Jens Wiklander
1
-15
/
+1
2022-02-16
tee: simplify shm pool handling
Jens Wiklander
1
-40
/
+20
2022-02-16
tee: add tee_shm_alloc_user_buf()
Jens Wiklander
1
-1
/
+1
2022-02-16
tee: remove unused tee_shm_pool_alloc_res_mem()
Jens Wiklander
1
-30
/
+0
2022-02-15
elfcore: Replace CONFIG_{IA64, UML} checks with a new option
Catalin Marinas
1
-2
/
+2
2022-02-15
security: add sctp_assoc_established hook
Ondrej Mosnacek
3
-0
/
+15
2022-02-15
Merge tag 'hyperv-fixes-signed-20220215' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-0
/
+1
2022-02-15
mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
Mark Brown
2
-6
/
+8
2022-02-15
irqchip/versatile-fpga: Switch to dynamic chip name output
Marc Zyngier
1
-14
/
+0
2022-02-15
genirq: Allow irq_chip registration functions to take a const irq_chip
Marc Zyngier
1
-3
/
+4
2022-02-15
irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chip
Marc Zyngier
1
-2
/
+3
2022-02-15
sched: Define and initialize a flag to identify valid PASID in the task
Peter Zijlstra
1
-0
/
+3
2022-02-15
iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
Fenghua Yu
2
-10
/
+18
2022-02-15
i2c: don't expose function which is only used internally
Wolfram Sang
1
-8
/
+0
2022-02-14
stack: Constrain and fix stack offset randomization with Clang builds
Marco Elver
1
-2
/
+14
2022-02-14
stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSET
Marco Elver
1
-0
/
+5
2022-02-14
kernel/fork: Initialize mm's PASID
Fenghua Yu
1
-0
/
+10
2022-02-14
iommu/ioasid: Introduce a helper to check for valid PASIDs
Fenghua Yu
1
-0
/
+9
2022-02-14
rcu: Remove __read_mostly annotations from rcu_scheduler_active externs
Ingo Molnar
2
-2
/
+2
2022-02-14
rcu: Uninline multi-use function: finish_rcuwait()
Ingo Molnar
1
-5
/
+1
2022-02-14
rcu: Fix description of kvfree_rcu()
Uladzislau Rezki (Sony)
1
-1
/
+1
2022-02-14
mm: Change CONFIG option for mm->pasid field
Fenghua Yu
1
-1
/
+1
2022-02-14
device property: Don't split fwnode_get_irq*() APIs in the code
Andy Shevchenko
1
-3
/
+3
2022-02-14
Merge branch 'i2c/alert-for-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Rafael J. Wysocki
2
-3
/
+4
2022-02-14
iommu/iova: Separate out rcache init
John Garry
1
-12
/
+3
2022-02-14
net: wwan: debugfs obtained dev reference not dropped
M Chetan Kumar
1
-0
/
+2
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
1
-2
/
+12
2022-02-14
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
1
-1
/
+1
2022-02-14
mfd: iqs62x: Provide device revision to sub-devices
Jeff LaBundy
1
-0
/
+7
2022-02-14
spi: Retire legacy GPIO handling
Linus Walleij
1
-12
/
+2
2022-02-14
mtd: spi-nor: intel-spi: Convert to SPI MEM
Mika Westerberg
2
-4
/
+4
2022-02-14
mtd: spi-nor: intel-spi: Disable write protection only if asked
Mika Westerberg
1
-2
/
+4
2022-02-14
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
1
-0
/
+8
2022-02-14
Merge 5.17-rc4 into tty-next
Greg Kroah-Hartman
20
-46
/
+169
2022-02-14
Merge 5.17-rc4 into char-misc-next
Greg Kroah-Hartman
20
-46
/
+169
2022-02-14
Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next
Dave Airlie
20
-46
/
+169
2022-02-13
fortify: Add Clang support
Kees Cook
1
-14
/
+26
2022-02-13
fortify: Make sure strlen() may still be used as a constant expression
Kees Cook
1
-2
/
+11
2022-02-13
fortify: Use __diagnose_as() for better diagnostic coverage
Kees Cook
1
-7
/
+14
2022-02-13
fortify: Make pointer arguments const
Kees Cook
1
-13
/
+13
2022-02-13
Compiler Attributes: Add __diagnose_as for Clang
Kees Cook
1
-0
/
+13
2022-02-13
Compiler Attributes: Add __overloadable for Clang
Kees Cook
1
-0
/
+12
2022-02-13
Compiler Attributes: Add __pass_object_size for Clang
Kees Cook
1
-0
/
+14
[prev]
[next]