index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
Matthew Wilcox (Oracle)
1
-23
/
+47
2024-04-24
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
2
-0
/
+25
2024-04-24
bpf: update the comment for BTF_FIELDS_MAX
Haiyue Wang
1
-1
/
+1
2024-04-24
cpumask: Introduce cpumask_first_and_and()
Dawei Li
2
-0
/
+44
2024-04-24
iavf: switch to Page Pool
Alexander Lobakin
1
-0
/
+17
2024-04-24
slab: introduce kvmalloc_array_node() and kvcalloc_node()
Alexander Lobakin
1
-2
/
+15
2024-04-24
net: intel: introduce {, Intel} Ethernet common library
Alexander Lobakin
1
-0
/
+33
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
1
-0
/
+1
2024-04-24
string.h: Introduce memtostr() and memtostr_pad()
Kees Cook
1
-0
/
+49
2024-04-24
coresight: Remove duplicate linux/amba/bus.h header
Jiapeng Chong
1
-1
/
+0
2024-04-24
net: create a dummy net_device allocator
Breno Leitao
1
-0
/
+3
2024-04-24
sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...
Vincent Guittot
2
-8
/
+8
2024-04-24
cpufreq: Add a cpufreq pressure feedback for the scheduler
Vincent Guittot
1
-0
/
+10
2024-04-24
sysctl: move sysctl type to ctl_table_header
Thomas Weißschuh
1
-11
/
+11
2024-04-24
sysctl: treewide: constify argument ctl_table_root::permissions(table)
Thomas Weißschuh
1
-1
/
+1
2024-04-24
sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)
Thomas Weißschuh
1
-1
/
+0
2024-04-23
Merge tag 'iio-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
5
-7
/
+95
2024-04-23
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
1
-0
/
+1
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
1
-0
/
+2
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
1
-1
/
+10
2024-04-24
regulator: change devm_regulator_get_enable_optional() stub to return Ok
Matti Vaittinen
1
-1
/
+1
2024-04-24
Merge tag 'drm-xe-next-2024-04-23' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
1
-0
/
+5
2024-04-23
genirq/msi: Add MSI allocation helper and export MSI functions
Nipun Gupta
1
-0
/
+6
2024-04-23
block: use a per disk workqueue for zone write plugging
Damien Le Moal
1
-0
/
+1
2024-04-23
Merge 6.9-rc5 into usb-next
Greg Kroah-Hartman
31
-86
/
+241
2024-04-23
Merge 6.9-rc5 into driver-core-next
Greg Kroah-Hartman
39
-98
/
+277
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
21
-56
/
+116
2024-04-23
Merge 6.9-rc5 into char-misc-next
Greg Kroah-Hartman
21
-56
/
+116
2024-04-23
soc: mediatek: mtk-cmdq: Add cmdq_pkt_acquire_event() function
Jason-JH.Lin
1
-0
/
+15
2024-04-23
soc: mediatek: mtk-cmdq: Add cmdq_pkt_poll_addr() function
Jason-JH.Lin
1
-0
/
+21
2024-04-23
soc: mediatek: mtk-cmdq: Add cmdq_pkt_mem_move() function
Jason-JH.Lin
1
-0
/
+12
2024-04-23
soc: mediatek: mtk-cmdq: Add specific purpose register definitions for GCE
Jason-JH.Lin
1
-0
/
+9
2024-04-23
soc: mediatek: cmdq: Refine cmdq_pkt_create() and cmdq_pkt_destroy()
Chun-Kuang Hu
1
-6
/
+8
2024-04-23
soc: mediatek: cmdq: Remove cmdq_pkt_flush_async() helper function
Chun-Kuang Hu
1
-18
/
+0
2024-04-23
soc: mediatek: cmdq: Add cmdq_pkt_eoc() helper function
Chun-Kuang Hu
1
-0
/
+19
2024-04-23
soc: mediatek: cmdq: Add cmdq_pkt_jump_rel() helper function
Chun-Kuang Hu
1
-0
/
+19
2024-04-23
soc: mediatek: cmdq: Rename cmdq_pkt_jump() to cmdq_pkt_jump_abs()
Chun-Kuang Hu
1
-5
/
+17
2024-04-23
soc: mediatek: cmdq: Add parameter shift_pa to cmdq_pkt_jump()
Chun-Kuang Hu
1
-2
/
+4
2024-04-23
fpga: region: add owner module and take its refcount
Marco Pagani
1
-3
/
+10
2024-04-23
crash: add a new kexec flag for hotplug support
Sourabh Jain
2
-11
/
+13
2024-04-23
crash: forward memory_notify arg to arch crash hotplug handler
Sourabh Jain
1
-1
/
+1
2024-04-23
regulator: change stubbed devm_regulator_get_enable to return Ok
Matti Vaittinen
1
-1
/
+1
2024-04-22
Merge branch 'for-uring-ubufops' of git://git.kernel.org/pub/scm/linux/kernel...
Jens Axboe
1
-8
/
+13
2024-04-22
Merge branch 'for-uring-ubufops' into HEAD
Jakub Kicinski
1
-8
/
+13
2024-04-23
counter: Don't use "proxy" headers
Andy Shevchenko
1
-1
/
+2
2024-04-22
net: add callback for setting a ubuf_info to skb
Pavel Begunkov
1
-0
/
+2
2024-04-22
net: extend ubuf_info callback to ops structure
Pavel Begunkov
1
-8
/
+11
2024-04-22
net/mlx5e: Support updating coalescing configuration without resetting channels
Rahul Rameshbabu
2
-4
/
+6
2024-04-22
net/mlx5e: Use DIM constants for CQ period mode parameter
Rahul Rameshbabu
1
-2
/
+2
2024-04-22
s390: Stop using weak symbols for __iowrite64_copy()
Jason Gunthorpe
1
-0
/
+3
[prev]
[next]