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-04-07
dma-buf & drm/amdgpu: remove dma_resv workaround
Christian König
1
-36
/
+11
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
2
-18
/
+23
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
2
-15
/
+66
2022-04-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-1
/
+3
2022-04-06
ftrace: move sysctl_ftrace_enabled to ftrace.c
Wei Xiao
1
-3
/
+0
2022-04-06
kernel/do_mount_initrd: move real_root_dev sysctls to its own file
tangmeng
1
-2
/
+0
2022-04-06
kernel/delayacct: move delayacct sysctls to its own file
tangmeng
1
-3
/
+0
2022-04-06
kernel/acct: move acct sysctls to its own file
tangmeng
1
-1
/
+0
2022-04-06
kernel/panic: move panic sysctls to its own file
tangmeng
1
-6
/
+0
2022-04-06
kernel/lockdep: move lockdep sysctls to its own file
tangmeng
1
-4
/
+0
2022-04-06
mm: move page-writeback sysctls to their own file
zhanglianjie
1
-15
/
+0
2022-04-06
mm: move oom_kill sysctls to their own file
sujiaxun
1
-4
/
+0
2022-04-06
kernel/reboot: move reboot sysctls to its own file
tangmeng
1
-4
/
+0
2022-04-06
sched: Move energy_aware sysctls to topology.c
Zhen Ni
1
-6
/
+0
2022-04-06
sched: Move cfs_bandwidth_slice sysctls to fair.c
Zhen Ni
1
-4
/
+0
2022-04-06
sched: Move uclamp_util sysctls to core.c
Zhen Ni
1
-8
/
+0
2022-04-06
sched: Move rr_timeslice sysctls to rt.c
Zhen Ni
1
-5
/
+0
2022-04-06
sched: Move deadline_period sysctls to deadline.c
Zhen Ni
1
-3
/
+0
2022-04-06
sched: Move rt_period/runtime sysctls to rt.c
Zhen Ni
1
-11
/
+0
2022-04-06
sched: Move schedstats sysctls to core.c
Zhen Ni
1
-2
/
+0
2022-04-06
sched: Move child_runs_first sysctls to fair.c
Zhen Ni
1
-2
/
+0
2022-04-06
SUNRPC: Fix NFSD's request deferral on RDMA transports
Chuck Lever
1
-0
/
+1
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-2
/
+2
2022-04-06
gpu: host1x: Do not use mapping cache for job submissions
Thierry Reding
1
-0
/
+5
2022-04-06
net: ethernet: mtk_eth_soc: implement flow offloading to WED devices
Felix Fietkau
1
-0
/
+7
2022-04-06
net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED)
Felix Fietkau
1
-0
/
+131
2022-04-06
gpu: host1x: Fix a kernel-doc warning
Randy Dunlap
1
-0
/
+1
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
1
-2
/
+1
2022-04-06
x86/mm: Extend cc_attr to include AMD SEV-SNP
Brijesh Singh
1
-0
/
+8
2022-04-06
lib/stackdepot: allow requesting early initialization dynamically
Vlastimil Babka
1
-4
/
+22
2022-04-06
mm/slub, kunit: Make slub_kunit unaffected by user specified flags
Hyeonggon Yoo
1
-0
/
+7
2022-04-06
IB/mlx5: Fix undefined behavior due to shift overflowing the constant
Borislav Petkov
1
-1
/
+1
2022-04-06
net/mlx5_fpga: Drop INNOVA TLS support
Leon Romanovsky
1
-63
/
+0
2022-04-05
net: ensure net_todo_list is processed quickly
Johannes Berg
1
-1
/
+2
2022-04-05
PM: core: Add NS varients of EXPORT[_GPL]_SIMPLE_DEV_PM_OPS and runtime pm equiv
Jonathan Cameron
2
-7
/
+17
2022-04-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-6
/
+0
2022-04-05
firewire: add kernel API to access packet structure in request structure for AR context
Takashi Sakamoto
1
-0
/
+1
2022-04-05
firewire: add kernel API to access CYCLE_TIME register
Takashi Sakamoto
1
-0
/
+2
2022-04-05
module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
Christophe Leroy
1
-0
/
+8
2022-04-05
module: Move kdb module related code out of main kdb code
Aaron Tomlin
1
-0
/
+1
2022-04-05
module: Move extra signature support out of core code
Aaron Tomlin
1
-5
/
+7
2022-04-05
module: Move livepatch support to a separate file
Aaron Tomlin
1
-6
/
+3
2022-04-05
kobject: kobj_type: remove default_attrs
Greg Kroah-Hartman
1
-1
/
+0
2022-04-05
device property: Add irq_get to fwnode operation
Sakari Ailus
1
-0
/
+1
2022-04-05
device property: Add iomap to fwnode operations
Sakari Ailus
1
-0
/
+1
2022-04-05
device property: Convert device_{dma_supported,get_dma_attr} to fwnode
Sakari Ailus
1
-0
/
+3
2022-04-05
Merge drm-misc/drm-misc-next-fixes into drm-misc-fixes
Maxime Ripard
3
-0
/
+116
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
379
-3881
/
+7508
2022-04-05
preempt/dynamic: Introduce preemption model accessors
Valentin Schneider
1
-0
/
+41
2022-04-05
kcsan: Use preemption model accessors
Valentin Schneider
0
-0
/
+0
[prev]
[next]