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-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-0
/
+3
2022-08-17
Change calling conventions for filldir_t
Al Viro
1
-4
/
+5
2022-08-17
Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...
Dmitry Torokhov
402
-4681
/
+11688
2022-08-17
thermal/of: Remove old OF code
Daniel Lezcano
1
-62
/
+15
2022-08-17
thermal/of: Rework the thermal device tree initialization
Daniel Lezcano
1
-0
/
+18
2022-08-17
soundwire: add sdw_show_ping_status() helper
Pierre-Louis Bossart
1
-0
/
+2
2022-08-17
soundwire: add read_ping_status helper definition in manager ops
Pierre-Louis Bossart
1
-0
/
+3
2022-08-17
regmap: Support accelerated noinc operations
Linus Walleij
1
-0
/
+8
2022-08-17
net: phy: broadcom: Implement suspend/resume for AC131 and BCM5241
Florian Fainelli
1
-0
/
+1
2022-08-16
security, lsm: Introduce security_create_user_ns()
Frederick Lawler
3
-0
/
+11
2022-08-16
interconnect: Make icc_provider_del() return void
Uwe Kleine-König
1
-3
/
+2
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-1
/
+1
2022-08-16
gpio: pca953x: Make platform teardown callback return void
Uwe Kleine-König
1
-1
/
+1
2022-08-16
virtio: kerneldocs fixes and enhancements
Ricardo Cañuelo
2
-6
/
+6
2022-08-16
virtio: Revert "virtio: find_vqs() add arg sizes"
Michael S. Tsirkin
1
-9
/
+5
2022-08-16
virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"
Michael S. Tsirkin
1
-12
/
+0
2022-08-15
sched/psi: Remove redundant cgroup_psi() when !CONFIG_CGROUPS
Hao Jia
1
-5
/
+0
2022-08-15
sched/psi: Remove unused parameter nbytes of psi_trigger_create()
Hao Jia
1
-1
/
+1
2022-08-15
iio: core: Introduce _zeropoint for differential channels
Jonathan Cameron
1
-0
/
+1
2022-08-15
iio: inkern: remove OF dependencies
Nuno Sá
2
-13
/
+0
2022-08-15
iio: inkern: move to fwnode properties
Nuno Sá
2
-16
/
+25
2022-08-15
cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
Tejun Heo
2
-11
/
+13
2022-08-15
lib/cpumask: add inline cpumask_next_wrap() for UP
Sander Vanheule
1
-0
/
+19
2022-08-15
cpumask: align signatures of UP implementations
Sander Vanheule
1
-3
/
+4
2022-08-15
platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask
Andy Shevchenko
1
-2
/
+4
2022-08-15
regmap: mmio: Introduce IO accessors that can talk to IO port
Andy Shevchenko
1
-0
/
+3
2022-08-14
radix-tree: replace gfp.h inclusion with gfp_types.h
Yury Norov
1
-1
/
+1
2022-08-13
Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-08-13
Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-11
/
+8
2022-08-13
NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITES
Trond Myklebust
1
-1
/
+0
2022-08-13
NFS: Fix another fsync() issue after a server reboot
Trond Myklebust
1
-0
/
+1
2022-08-12
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
1
-1
/
+8
2022-08-12
fs: don't randomize struct kiocb fields
Keith Busch
1
-5
/
+0
2022-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
7
-17
/
+68
2022-08-11
Input: bma150 - fix a typo in some comments
Christophe JAILLET
1
-2
/
+2
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-3
/
+8
2022-08-11
Merge tag 'acpi-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-08-11
Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-3
/
+0
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
6
-7
/
+24
2022-08-11
Merge branch 'acpi-properties'
Rafael J. Wysocki
1
-1
/
+1
2022-08-11
vdpa: Add suspend operation
Eugenio Pérez
1
-0
/
+4
2022-08-11
vdpa/mlx5: Implement susupend virtqueue callback
Eli Cohen
1
-0
/
+8
2022-08-11
virtio: add helper virtio_find_vqs_ctx_size()
Xuan Zhuo
1
-0
/
+12
2022-08-11
virtio: find_vqs() add arg sizes
Xuan Zhuo
1
-5
/
+9
2022-08-11
virtio_pci: introduce helper to get/set queue reset
Xuan Zhuo
1
-0
/
+2
2022-08-11
virtio_pci: struct virtio_pci_common_cfg add queue_reset
Xuan Zhuo
1
-1
/
+1
2022-08-11
virtio_ring: struct virtqueue introduce reset
Xuan Zhuo
1
-0
/
+2
2022-08-11
virtio: allow to unbreak/break virtqueue individually
Xuan Zhuo
1
-0
/
+3
2022-08-11
virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
Xuan Zhuo
1
-0
/
+7
2022-08-11
virtio_ring: introduce virtqueue_resize()
Xuan Zhuo
1
-0
/
+3
[prev]
[next]