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-02-13
nvme: implement support for relaxed effects
Keith Busch
1
-0
/
+1
2024-02-13
powercap: intel_rapl: Fix locking in TPMI RAPL
Zhang Rui
1
-0
/
+6
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-3
/
+4
2024-02-13
block: pass a queue_limits argument to blk_mq_init_queue
Christoph Hellwig
1
-1
/
+2
2024-02-13
block: add a max_user_discard_sectors queue limit
Christoph Hellwig
1
-0
/
+1
2024-02-13
block: add an API to atomically update queue limits
Christoph Hellwig
1
-0
/
+23
2024-02-13
block: move max_{open,active}_zones to struct queue_limits
Christoph Hellwig
1
-6
/
+6
2024-02-13
HID: protect hid_device::bpf by CONFIG_HID_BPF
Jiri Slaby (SUSE)
1
-2
/
+2
2024-02-13
gpiolib: add gpio_device_get_label() stub for !GPIOLIB
Krzysztof Kozlowski
1
-0
/
+6
2024-02-13
gpiolib: add gpio_device_get_base() stub for !GPIOLIB
Krzysztof Kozlowski
1
-0
/
+6
2024-02-13
gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIB
Krzysztof Kozlowski
1
-0
/
+6
2024-02-12
ptrace: Introduce exception_ip arch hook
Jiaxun Yang
1
-0
/
+4
2024-02-12
thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature
Zhang Rui
1
-1
/
+1
2024-02-12
PM: runtime: Add pm_runtime_put_autosuspend() replacement
Sakari Ailus
1
-0
/
+12
2024-02-12
PM: runtime: Simplify pm_runtime_get_if_active() usage
Sakari Ailus
1
-15
/
+3
2024-02-12
block: support PI at non-zero offset within metadata
Kanchan Joshi
2
-0
/
+2
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
1
-1
/
+1
2024-02-12
Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+0
2024-02-12
filelock: always define for_each_file_lock()
Jeff Layton
1
-5
/
+3
2024-02-12
fs: add FS_IOC_GETFSSYSFSPATH
Kent Overstreet
1
-0
/
+43
2024-02-12
coresight: Add helper for setting csdev->mode
James Clark
1
-0
/
+16
2024-02-12
coresight: Add a helper for getting csdev->mode
James Clark
1
-0
/
+5
2024-02-12
coresight: Add helper for atomically taking the device
James Clark
1
-0
/
+11
2024-02-12
coresight: Remove unused stubs
James Clark
1
-79
/
+0
2024-02-12
coresight: Remove atomic type from refcnt
James Clark
1
-3
/
+10
2024-02-12
coresight: Move all sysfs code to sysfs file
James Clark
1
-4
/
+4
2024-02-12
coresight: Remove the 'enable' field.
James Clark
1
-2
/
+0
2024-02-12
coresight: Move mode to struct coresight_device
James Clark
1
-0
/
+6
2024-02-12
coresight: Make language around "activated" sinks consistent
James Clark
1
-6
/
+8
2024-02-12
coresight: make coresight_bustype const
Greg Kroah-Hartman
1
-1
/
+1
2024-02-12
net-device: move lstats in net_device_read_txrx
Eric Dumazet
1
-5
/
+5
2024-02-12
tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx group
Eric Dumazet
1
-2
/
+2
2024-02-12
tcp: move tp->scaling_ratio to tcp_sock_read_txrx group
Eric Dumazet
1
-1
/
+1
2024-02-12
gpio: constify opaque pointer in gpio_device_find() match function
Krzysztof Kozlowski
1
-1
/
+2
2024-02-12
Merge tag 'v6.8-rc4' into gpio/for-next
Bartosz Golaszewski
24
-45
/
+89
2024-02-11
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
1
-2
/
+28
2024-02-11
hwmon: add fault attribute for voltage channels
Nuno Sa
1
-0
/
+2
2024-02-11
hwmon: put HWMON_CHANNEL_INFO() initializers in rodata
Jani Nikula
1
-6
/
+6
2024-02-11
Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+3
2024-02-10
Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+5
2024-02-10
net: phy: provide whether link has changed in c37_read_status
Christian Marangi
1
-1
/
+1
2024-02-10
net: phy: add devm/of_phy_package_join helper
Christian Marangi
1
-0
/
+6
2024-02-09
Revert "get rid of DCACHE_GENOCIDE"
Al Viro
1
-0
/
+1
2024-02-09
Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
2
-2
/
+3
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2
-2
/
+21
2024-02-09
async: Use a dedicated unbound workqueue with raised min_active
Tejun Heo
1
-0
/
+1
2024-02-09
workqueue: Implement workqueue_set_min_active()
Tejun Heo
1
-0
/
+2
2024-02-09
io-uring: add napi busy poll support
Stefan Roesch
1
-1
/
+14
2024-02-09
Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+23
2024-02-09
spi: gpio: Follow renaming of SPI "master" to "controller"
Andy Shevchenko
1
-2
/
+2
[prev]
[next]