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
2023-12-20
kernel/numa.c: Move logging out of numa.h
Kent Overstreet
1
-13
/
+6
2023-12-20
timekeeping: Kill percpu.h dependency
Kent Overstreet
2
-1
/
+3
2023-12-20
prandom: Remove unused include
Kent Overstreet
1
-1
/
+0
2023-12-20
nodemask: Split out include/linux/nodemask_types.h
Kent Overstreet
3
-2
/
+12
2023-12-20
torture: add missing dependency on hrtimer.h
Kent Overstreet
1
-0
/
+1
2023-12-20
time_namespace.h: fix missing include
Kent Overstreet
1
-0
/
+1
2023-12-20
kmsan: add missing types.h dependency
Kent Overstreet
1
-0
/
+2
2023-12-20
nsproxy.h: add missing include
Kent Overstreet
1
-0
/
+1
2023-12-20
task_stack.h: add missing include
Kent Overstreet
1
-0
/
+1
2023-12-20
kexec_file: add kexec_file flag to control debug printing
Baoquan He
1
-1
/
+8
2023-12-20
gfp: gfp_types.h: fix typos & punctuation
Randy Dunlap
1
-6
/
+6
2023-12-20
mm/damon: update email of SeongJae
SeongJae Park
1
-1
/
+1
2023-12-20
mm: thp: support allocation of anonymous multi-size THP
Ryan Roberts
1
-2
/
+4
2023-12-20
mm: thp: introduce multi-size THP sysfs interface
Ryan Roberts
1
-26
/
+155
2023-12-20
mm: memcg: restore subtree stats flushing
Yosry Ahmed
1
-4
/
+4
2023-12-20
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
4
-28
/
+39
2023-12-20
mm: Introduce pudp/p4dp/pgdp_get() functions
Alexandre Ghiti
1
-0
/
+21
2023-12-20
Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
3
-0
/
+17
2023-12-20
pwm: Drop two unused API functions
Uwe Kleine-König
1
-12
/
+0
2023-12-20
cpu/hotplug: Increase the number of dynamic states
xiaoming Wang
1
-1
/
+1
2023-12-20
pwm: Make it possible to apply PWM changes in atomic context
Sean Young
1
-0
/
+25
2023-12-20
pwm: Replace ENOTSUPP with EOPNOTSUPP
Sean Young
1
-2
/
+2
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
1
-14
/
+14
2023-12-20
pwm: Update kernel doc for struct pwm_chip
Uwe Kleine-König
1
-2
/
+1
2023-12-20
pwm: Replace PWM chip unique base by unique ID
Uwe Kleine-König
1
-2
/
+1
2023-12-20
pwm: Drop unused member "pwm" from struct pwm_device
Uwe Kleine-König
1
-1
/
+0
2023-12-20
ring-buffer: Read and write to ring buffers with custom sub buffer size
Tzvetomir Stoyanov (VMware)
1
-3
/
+8
2023-12-20
ring-buffer: Add interface for configuring trace sub buffer size
Tzvetomir Stoyanov (VMware)
1
-0
/
+4
2023-12-20
ring-buffer: Page size per ring buffer
Tzvetomir Stoyanov (VMware)
1
-1
/
+1
2023-12-20
evm: add support to disable EVM on unsupported filesystems
Mimi Zohar
1
-0
/
+1
2023-12-20
evm: don't copy up 'security.evm' xattr
Mimi Zohar
1
-0
/
+6
2023-12-20
net: Add MDB bulk deletion device operation
Ido Schimmel
1
-0
/
+6
2023-12-20
thunderbolt: make tb_bus_type const
Greg Kroah-Hartman
1
-1
/
+1
2023-12-19
block: simplify disk_set_zoned
Christoph Hellwig
1
-1
/
+2
2023-12-19
block: remove support for the host aware zone model
Christoph Hellwig
1
-34
/
+3
2023-12-19
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
2
-10
/
+0
2023-12-19
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
1
-0
/
+5
2023-12-19
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
1
-2
/
+0
2023-12-19
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
2
-2
/
+17
2023-12-19
clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw
Théo Lebrun
1
-2
/
+2
2023-12-19
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
1
-3
/
+0
2023-12-19
io_uring/unix: drop usage of io_uring socket
Jens Axboe
1
-5
/
+5
2023-12-19
Merge branch 'v6.8/vfio/virtio' into v6.8/vfio/next
Alex Williamson
5
-0
/
+57
2023-12-19
vfio/pci: Expose vfio_pci_core_iowrite/read##size()
Yishai Hadas
1
-0
/
+19
2023-12-19
vfio/pci: Expose vfio_pci_core_setup_barmap()
Yishai Hadas
1
-0
/
+1
2023-12-19
virtio-pci: Introduce APIs to execute legacy IO admin commands
Yishai Hadas
1
-0
/
+23
2023-12-19
virtio-pci: Introduce admin command sending function
Feng Liu
1
-0
/
+8
2023-12-19
virtio-pci: Introduce admin virtqueue
Feng Liu
2
-0
/
+6
2023-12-19
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
4
-123
/
+22
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
4
-123
/
+22
[prev]
[next]