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-01-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-24
/
+14
2024-01-05
Merge branch 'for-6.8/cxl-misc' into for-6.8/cxl
Dan Williams
5
-5
/
+9
2024-01-05
cxl/events: Promote CXL event structures to a core header
Ira Weiny
1
-0
/
+95
2024-01-05
mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCING
Li Zhijian
1
-1
/
+1
2024-01-05
mm/memcontrol: remove __mod_lruvec_page_state()
Matthew Wilcox (Oracle)
1
-18
/
+18
2024-01-05
mm: remove inc/dec lruvec page state functions
Matthew Wilcox (Oracle)
1
-24
/
+0
2024-01-05
mm/mglru: add dummy pmd_dirty()
Kinsey Ho
1
-0
/
+7
2024-01-05
mm/mglru: remove CONFIG_MEMCG
Kinsey Ho
2
-28
/
+2
2024-01-05
mm/mglru: add CONFIG_LRU_GEN_WALKS_MMU
Kinsey Ho
3
-5
/
+11
2024-01-05
mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNG
Kinsey Ho
1
-1
/
+1
2024-01-05
mm/rmap: silence VM_WARN_ON_FOLIO() in __folio_rmap_sanity_checks()
David Hildenbrand
1
-2
/
+9
2024-01-05
dpll: expose fractional frequency offset value to user
Jiri Pirko
1
-0
/
+3
2024-01-05
netfs: Fix interaction between write-streaming and cachefiles culling
David Howells
2
-0
/
+4
2024-01-05
pwm: linux/pwm.h: fix Excess kernel-doc description warning
Randy Dunlap
1
-1
/
+0
2024-01-05
pwm: Add pwm_apply_state() compatibility stub
Thierry Reding
1
-0
/
+7
2024-01-04
jbd2: remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'
Zhihao Cheng
1
-11
/
+0
2024-01-04
jbd2: add errseq to detect client fs's bdev writeback error
Zhihao Cheng
1
-0
/
+26
2024-01-04
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
1
-0
/
+1
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-12
/
+9
2024-01-04
Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+0
2024-01-04
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
5
-102
/
+2
2024-01-04
NFSv4.1: Use the nfs_client's rpc timeouts for backchannel
Benjamin Coddington
4
-13
/
+17
2024-01-04
bpfilter: remove bpfilter
Quentin Deslandes
1
-24
/
+0
2024-01-04
drivers: soc: xilinx: add check for platform
Jay Buddhabhatti
1
-4
/
+12
2024-01-04
firmware: xilinx: Export function to use in other module
Jay Buddhabhatti
1
-0
/
+6
2024-01-04
platform/surface: aggregator: make ssam_bus_type constant and static
Greg Kroah-Hartman
1
-1
/
+0
2024-01-04
moxtet: remove unused moxtet_type declaration
Greg Kroah-Hartman
1
-2
/
+0
2024-01-04
cdx: Create resource debugfs file for cdx device
Abhijit Gangurde
1
-0
/
+2
2024-01-04
cdx: create sysfs bin files for cdx resources
Abhijit Gangurde
1
-0
/
+10
2024-01-04
nvmem: core: add nvmem_dev_size() helper
Rafał Miłecki
1
-0
/
+1
2024-01-04
nvmem: drop nvmem_layout_get_match_data()
Rafał Miłecki
1
-10
/
+0
2024-01-04
nvmem: layouts: refactor .add_cells() callback arguments
Rafał Miłecki
1
-1
/
+1
2024-01-04
nfs: Remove writepage
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-01-04
SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()
Anna Schumaker
1
-1
/
+0
2024-01-04
serial: core: Update uart_poll_timeout() function to return unsigned long
Vamshi Gajjela
1
-2
/
+2
2024-01-04
USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
Yajun Deng
1
-17
/
+7
2024-01-04
usb: dwc3: Support EBC feature of DWC_usb31
Manan Aurora
1
-0
/
+1
2024-01-04
HID: amd_sfh: Add a new interface for exporting ALS data
Basavaraj Natikar
1
-0
/
+4
2024-01-04
HID: amd_sfh: Add a new interface for exporting HPD data
Basavaraj Natikar
1
-0
/
+46
2024-01-04
dma-debug: make dma_debug_add_bus take a const pointer
Greg Kroah-Hartman
1
-2
/
+2
2024-01-04
maple: make maple_bus_type static and const
Greg Kroah-Hartman
1
-1
/
+0
2024-01-04
PM: clk: make pm_clk_add_notifier() take a const pointer
Greg Kroah-Hartman
1
-2
/
+2
2024-01-04
EDAC: constantify the struct bus_type usage
Greg Kroah-Hartman
1
-2
/
+2
2024-01-04
netfs: Rearrange netfs_io_subrequest to put request pointer first
David Howells
1
-1
/
+1
2024-01-04
Merge branch 'acpi-thermal'
Rafael J. Wysocki
2
-7
/
+7
2024-01-04
Merge branch 'acpi-utils'
Rafael J. Wysocki
1
-11
/
+4
2024-01-04
Merge branches 'acpi-scan' and 'acpi-processor'
Rafael J. Wysocki
1
-0
/
+7
2024-01-04
net: phylink: move phylink_pcs_neg_mode() into phylink.c
Russell King (Oracle)
1
-66
/
+0
2024-01-03
bpf: Allow per unit prefill for non-fix-size percpu memory allocator
Yonghong Song
1
-0
/
+7
2024-01-03
bpf: Add objcg to bpf_mem_alloc
Yonghong Song
1
-0
/
+1
[prev]
[next]