index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-17
Merge branches 'acpi-video', 'acpi-x86', 'acpi-tools' and 'acpi-docs'
Rafael J. Wysocki
1
-0
/
+5
2023-03-17
driver core: device: make device_create*() take a const struct class *
Greg Kroah-Hartman
1
-2
/
+2
2023-03-17
driver core: device: mark struct class in struct device as constant
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: device: make device_destroy() take a const class *
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: class: make class_create/remove_file*() options const
Greg Kroah-Hartman
1
-5
/
+5
2023-03-17
driver core: class: make class_find_device*() options const
Greg Kroah-Hartman
1
-13
/
+12
2023-03-17
driver core: class: make class_for_each_device() options const
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: class: make class_dev_iter_init() options const
Greg Kroah-Hartman
1
-2
/
+2
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-2
/
+1
2023-03-17
driver core: class: remove struct module owner out of struct class
Greg Kroah-Hartman
1
-11
/
+7
2023-03-17
driver core: class: specify the module owner in __class_register()
Greg Kroah-Hartman
1
-4
/
+5
2023-03-17
devres: Pass unique name of the resource to devm_add_action_or_reset()
Andy Shevchenko
1
-3
/
+5
2023-03-17
tty: Convert hw_stopped in tty_struct to bool
Ilpo Järvinen
1
-1
/
+1
2023-03-17
serial: Make hw_stopped bool
Ilpo Järvinen
1
-1
/
+1
2023-03-17
serial: Remove extern from func prototypes in headers
Ilpo Järvinen
2
-30
/
+24
2023-03-17
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
1
-0
/
+8
2023-03-17
Merge tag 'v6.3-rc2' into next
Dmitry Torokhov
723
-11743
/
+15565
2023-03-17
ipv4: raw: constify raw_v4_match() socket argument
Eric Dumazet
1
-1
/
+1
2023-03-17
ipv6: raw: constify raw_v6_match() socket argument
Eric Dumazet
1
-1
/
+1
2023-03-17
ipv6: constify inet6_mc_check()
Eric Dumazet
1
-1
/
+1
2023-03-17
ipv4: constify ip_mc_sf_allow() socket argument
Eric Dumazet
1
-1
/
+1
2023-03-17
inet: preserve const qualifier in inet_sk()
Eric Dumazet
3
-7
/
+4
2023-03-17
vxlan: mdb: Add an internal flag to indicate MDB usage
Ido Schimmel
1
-0
/
+1
2023-03-17
vxlan: mdb: Add MDB control path support
Ido Schimmel
2
-0
/
+15
2023-03-17
net: Add MDB net device operations
Ido Schimmel
1
-0
/
+21
2023-03-17
net: mana: Add new MANA VF performance counters for easier troubleshooting
Shradha Gupta
1
-0
/
+18
2023-03-17
net/sched: act_api: add specific EXT_WARN_MSG for tc action
Hangbin Liu
1
-0
/
+1
2023-03-17
ynl: broaden the license even more
Jakub Kicinski
2
-2
/
+2
2023-03-17
crypto: ccp - Add support for ringing a platform doorbell
Mario Limonciello
2
-0
/
+18
2023-03-17
crypto: ccp - Add support for an interface for platform features
Mario Limonciello
1
-0
/
+49
2023-03-17
crypto: ccp - Move some PSP mailbox bit definitions into common header
Mario Limonciello
1
-0
/
+12
2023-03-17
crypto: ccp - Add a header for multiple drivers to use `__psp_pa`
Mario Limonciello
2
-8
/
+14
2023-03-17
scsi: ufs: core: Add trace event for MCQ
Ziqi Chen
1
-10
/
+12
2023-03-16
x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
Kirill A. Shutemov
1
-0
/
+7
2023-03-16
iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
Kirill A. Shutemov
2
-10
/
+7
2023-03-16
mm: Expose untagging mask in /proc/$PID/status
Kirill A. Shutemov
1
-0
/
+7
2023-03-16
mm: Introduce untagged_addr_remote()
Kirill A. Shutemov
2
-11
/
+22
2023-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+15
2023-03-16
nfc: mrvl: Move platform_data struct into driver
Rob Herring
1
-48
/
+0
2023-03-16
blk-crypto: make blk_crypto_evict_key() return void
Eric Biggers
1
-2
/
+2
2023-03-16
leds: Fix reference to led_set_brightness() in doc
Thomas Weißschuh
1
-1
/
+1
2023-03-16
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
1
-2
/
+1
2023-03-16
KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctl
Thomas Huth
1
-1
/
+1
2023-03-16
platform/x86: ISST: Add SST-TF support via TPMI
Srinivas Pandruvada
1
-0
/
+26
2023-03-16
platform/x86: ISST: Add SST-PP support via TPMI
Srinivas Pandruvada
1
-0
/
+180
2023-03-16
platform/x86: ISST: Add SST-CP support via TPMI
Srinivas Pandruvada
1
-0
/
+79
2023-03-16
platform/x86: ISST: Enumerate TPMI SST and create framework
Srinivas Pandruvada
1
-0
/
+18
2023-03-16
fs_context: drop the unused lsm_flags member
Ondrej Mosnacek
2
-2
/
+1
2023-03-16
spi: core: add spi_split_transfers_maxwords
Leonard Göhrs
1
-0
/
+4
2023-03-16
Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org/nvme into block-6.3
Jens Axboe
1
-0
/
+5
[prev]
[next]