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
2022-11-17
genirq/msi: Remove msi_domain_ops:: Msi_check()
Thomas Gleixner
1
-4
/
+0
2022-11-17
PCI/MSI: Move pci_alloc_irq_vectors() to api.c
Ahmed S. Darwish
1
-4
/
+11
2022-11-17
genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
Thomas Gleixner
3
-11
/
+7
2022-11-17
PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN
Thomas Gleixner
1
-18
/
+11
2022-11-17
genirq/msi: Add bus token to struct msi_domain_info
Ahmed S. Darwish
1
-8
/
+11
2022-11-17
genirq/irqdomain: Move bus token enum into a seperate header
Thomas Gleixner
2
-21
/
+27
2022-11-17
genirq/msi: Make __msi_domain_free_irqs() static
Thomas Gleixner
1
-4
/
+0
2022-11-17
genirq/msi: Provide msi_domain_ops:: Post_free()
Thomas Gleixner
1
-0
/
+4
2022-11-17
genirq/msi: Make __msi_domain_alloc_irqs() static
Thomas Gleixner
1
-5
/
+2
2022-11-17
genirq/msi: Remove filter from msi_free_descs_free_range()
Thomas Gleixner
1
-3
/
+2
2022-11-17
timerqueue: Use rb_entry_safe() in timerqueue_getnext()
Barnabás Pőcze
1
-1
/
+1
2022-11-17
pinconf-generic: clarify pull up and pull down config values
Niyas Sait
1
-2
/
+4
2022-11-16
tracing: Fix warning on variable 'struct trace_array'
Aashish Sharma
1
-2
/
+2
2022-11-16
blk-cgroup: Flush stats at blkgs destruction path
Waiman Long
1
-0
/
+1
2022-11-16
fixp-arith: do not require users to include bug.h
Matti Vaittinen
1
-0
/
+1
2022-11-16
block: make blk_set_default_limits() private
Keith Busch
1
-1
/
+0
2022-11-16
block: make dma_alignment a stacking queue_limit
Keith Busch
1
-7
/
+8
2022-11-16
block: remove delayed holder registration
Christoph Hellwig
1
-5
/
+0
2022-11-16
tracing/ring-buffer: Have polling block on watermark
Steven Rostedt (Google)
1
-1
/
+1
2022-11-16
HID: bpf: return non NULL data pointer when CONFIG_HID_BPF is not set
Benjamin Tissoires
1
-1
/
+1
2022-11-16
wait: Return number of exclusive waiters awaken
Gabriel Krisman Bertazi
1
-1
/
+1
2022-11-16
mempool: introduce mempool_is_saturated
Pavel Begunkov
1
-0
/
+5
2022-11-16
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
1
-23
/
+35
2022-11-16
fbdev: Add support for the nomodeset kernel parameter
Thomas Zimmermann
1
-0
/
+9
2022-11-16
drm/fb-helper: Schedule deferred-I/O worker after writing to framebuffer
Thomas Zimmermann
1
-0
/
+1
2022-11-16
udp: Introduce optional per-netns hash table.
Kuniyuki Iwashima
1
-0
/
+2
2022-11-16
wifi: wl1251: drop support for platform data
Dmitry Torokhov
1
-44
/
+0
2022-11-15
regset: make user_regset_copyin_ignore() *void*
Sergey Shtylyov
1
-8
/
+7
2022-11-15
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
2
-7
/
+7
2022-11-15
dev: Move received_rps counter next to RPS members in softnet data
Toke Høiland-Jørgensen
1
-1
/
+1
2022-11-15
HID: bpf: allow to change the report descriptor
Benjamin Tissoires
1
-0
/
+8
2022-11-15
HID: bpf: introduce hid_hw_request()
Benjamin Tissoires
1
-1
/
+12
2022-11-15
HID: bpf: allocate data memory for device_event BPF programs
Benjamin Tissoires
1
-5
/
+32
2022-11-15
HID: initial BPF implementation
Benjamin Tissoires
2
-0
/
+122
2022-11-15
gpiolib: add support for software nodes
Dmitry Torokhov
1
-0
/
+11
2022-11-15
nvme: implement the DEAC bit for the Write Zeroes command
Christoph Hellwig
1
-0
/
+1
2022-11-15
nvme: fine-granular CAP_SYS_ADMIN for nvme io commands
Kanchan Joshi
1
-0
/
+1
2022-11-15
kallsyms: Add self-test facility
Zhen Lei
1
-0
/
+1
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2
-13
/
+12
2022-11-14
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
1
-7
/
+4
2022-11-14
bpf: Rename RET_PTR_TO_ALLOC_MEM
Kumar Kartikeya Dwivedi
1
-3
/
+3
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
1
-0
/
+17
2022-11-14
bpf: Fix copy_map_value, zero_map_value
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-11-14
bpf: Remove BPF_MAP_OFF_ARR_MAX
Kumar Kartikeya Dwivedi
1
-5
/
+4
2022-11-14
Merge tag 'vfio-v6.1-rc6' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+1
2022-11-14
i2c: core: Introduce i2c_client_get_device_id helper function
Angel Iglesias
1
-0
/
+1
2022-11-14
vfio: Add an option to get migration data size
Yishai Hadas
1
-0
/
+5
2022-11-14
ACPI: Implement a generic FFH Opregion handler
Sudeep Holla
1
-0
/
+7
2022-11-14
memregion: Add cpu_cache_invalidate_memregion() interface
Davidlohr Bueso
1
-0
/
+38
2022-11-14
PCI: Allow drivers to request exclusive config regions
Ira Weiny
2
-0
/
+19
[prev]
[next]