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
2021-07-19
printk: Userspace format indexing support
Chris Down
2
-4
/
+96
2021-07-18
Merge tag 'v5.13' into next
Dmitry Torokhov
393
-4018
/
+7887
2021-07-18
net/mlx5: Add DCS caps & fields support
Lior Nahmanson
1
-3
/
+11
2021-07-17
Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-5
/
+17
2021-07-17
block: increase BLKCG_MAX_POLS
Oleksandr Natalenko
1
-1
/
+1
2021-07-16
bpf: Add ambient BPF runtime context stored in current
Andrii Nakryiko
3
-74
/
+37
2021-07-16
software nodes: Split software_node_notify()
Rafael J. Wysocki
1
-2
/
+0
2021-07-16
ACPI: glue: Eliminate acpi_platform_notify()
Rafael J. Wysocki
1
-6
/
+4
2021-07-16
ACPI: Add LoongArch support for ACPI_PROCESSOR/ACPI_NUMA
Huacai Chen
1
-1
/
+1
2021-07-16
locking/atomic: add arch_atomic_long*()
Mark Rutland
3
-331
/
+909
2021-07-16
locking/atomic: centralize generated headers
Mark Rutland
4
-4
/
+2354
2021-07-16
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
1
-0
/
+1
2021-07-16
power: supply: PCHG: Peripheral device charger
Daisuke Nojiri
1
-0
/
+67
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-42
/
+152
2021-07-15
sock_map: Relax config dependency to CONFIG_NET
Cong Wang
1
-18
/
+20
2021-07-15
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
1
-1
/
+2
2021-07-15
bpf, x86: Store caller's ip in trampoline stack
Jiri Olsa
1
-0
/
+5
2021-07-16
Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4
Marco Elver
1
-0
/
+1
2021-07-15
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
1
-0
/
+1
2021-07-15
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
1
-1
/
+8
2021-07-15
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
1
-1
/
+8
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2
-11
/
+34
2021-07-15
bpf: Introduce bpf timers.
Alexei Starovoitov
1
-0
/
+3
2021-07-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+4
2021-07-15
HID: intel-ish-hid: use async resume function
Ye Xiang
1
-0
/
+2
2021-07-15
bus: mhi: pci-generic: configurable network interface MRU
Richard Laing
1
-0
/
+2
2021-07-15
mm: fix the try_to_unmap prototype for !CONFIG_MMU
Christoph Hellwig
1
-1
/
+3
2021-07-15
kasan: fix build by including kernel.h
Marco Elver
1
-0
/
+1
2021-07-14
Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-6
/
+44
2021-07-14
fs: add vfs_parse_fs_param_source() helper
Christian Brauner
1
-0
/
+2
2021-07-14
spi: mediatek: add tick_delay support
Mason Zhang
1
-0
/
+1
2021-07-14
dmaengine: dw: Program xBAR hardware for Elkhart Lake
Andy Shevchenko
1
-0
/
+3
2021-07-13
swiotlb: Add restricted DMA pool initialization
Claire Chang
1
-1
/
+2
2021-07-13
swiotlb: Add restricted DMA alloc/free support
Claire Chang
1
-0
/
+26
2021-07-13
swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
Claire Chang
1
-0
/
+13
2021-07-13
swiotlb: Update is_swiotlb_active to add a struct device argument
Claire Chang
1
-2
/
+2
2021-07-13
swiotlb: Update is_swiotlb_buffer to add a struct device argument
Claire Chang
1
-3
/
+4
2021-07-13
swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
Claire Chang
1
-0
/
+4
2021-07-13
mm: Add functions to lock invalidate_lock for two mappings
Jan Kara
1
-0
/
+6
2021-07-13
mfd: Add Renesas Synchronization Management Unit (SMU) support
Min Li
3
-0
/
+877
2021-07-13
mm: Protect operations adding pages to page cache with invalidate_lock
Jan Kara
1
-0
/
+33
2021-07-13
firmware: arm_scpi: Fix kernel doc warnings
Sudeep Holla
1
-0
/
+8
2021-07-13
firmware: arm_scmi: Fix kernel doc warnings
Sudeep Holla
1
-5
/
+9
2021-07-12
exit/bdflush: Remove the deprecated bdflush system call
Eric W. Biederman
1
-1
/
+0
2021-07-12
mm: Make copy_huge_page() always available
Matthew Wilcox (Oracle)
2
-5
/
+1
2021-07-12
Merge series "regulator: devres: remove unused device-managed unregister APIs" from Alexandru Ardelean <aardelean@deviqon.com>:
Mark Brown
2
-16
/
+0
2021-07-12
of: Add stub for of_add_property()
Wesley Cheng
1
-0
/
+5
2021-07-12
usb: gadget: udc: core: Introduce check_config to verify USB configuration
Wesley Cheng
1
-0
/
+4
2021-07-11
spi: <linux/spi/spi.h>: add missing struct kernel-doc entry
Randy Dunlap
1
-1
/
+2
2021-07-11
regulator: machine.h: fix kernel-doc "bad line"
Randy Dunlap
1
-1
/
+1
[prev]
[next]