index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
sh: Remove unused declarations for make_maskreg_irq() and irq_mask_register
Gaosheng Cui
2024-09-26
1
-6
/
+0
|
*
|
|
|
|
Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-27
17
-47
/
+509
|
|
\
\
\
\
\
|
|
*
|
|
|
|
x86/pvh: Add 64bit relocation page tables
Jason Andryuk
2024-09-25
1
-1
/
+103
|
|
*
|
|
|
|
x86/kernel: Move page table macros to header
Jason Andryuk
2024-09-25
2
-21
/
+22
|
|
*
|
|
|
|
x86/pvh: Set phys_base when calling xen_prepare_pvh()
Jason Andryuk
2024-09-25
1
-0
/
+13
|
|
*
|
|
|
|
x86/pvh: Make PVH entrypoint PIC for x86-64
Jason Andryuk
2024-09-25
1
-12
/
+34
|
|
*
|
|
|
|
xen: sync elfnote.h from xen tree
Jason Andryuk
2024-09-25
1
-5
/
+88
|
|
*
|
|
|
|
xen/pciback: fix cast to restricted pci_ers_result_t and pci_power_t
Min-Hua Chen
2024-09-25
2
-2
/
+2
|
|
*
|
|
|
|
xen/privcmd: Add new syscall to get gsi from dev
Jiqian Chen
2024-09-25
5
-3
/
+84
|
|
*
|
|
|
|
xen/pvh: Setup gsi for passthrough device
Jiqian Chen
2024-09-25
6
-1
/
+113
|
|
*
|
|
|
|
xen/pci: Add a function to reset device for xen
Jiqian Chen
2024-09-25
4
-3
/
+51
|
*
|
|
|
|
|
Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-27
26
-146
/
+487
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
dm verity: fallback to platform keyring also if key in trusted keyring is rej...
Luca Boccassi
2024-09-26
1
-1
/
+1
|
|
*
|
|
|
|
|
dm-verity: restart or panic on an I/O error
Mikulas Patocka
2024-09-26
1
-2
/
+21
|
|
*
|
|
|
|
|
dm: fix spelling errors
Shen Lichuan
2024-09-26
2
-2
/
+2
|
|
*
|
|
|
|
|
dm-cache: remove pointless error check
Dipendra Khadka
2024-09-26
1
-4
/
+0
|
|
*
|
|
|
|
|
dm vdo: handle unaligned discards correctly
Matthew Sakai
2024-09-23
1
-6
/
+9
|
|
*
|
|
|
|
|
dm vdo indexer: Convert comma to semicolon
Shen Lichuan
2024-09-18
1
-1
/
+1
|
|
*
|
|
|
|
|
dm-crypt: Use common error handling code in crypt_set_keyring_key()
Markus Elfring
2024-09-18
1
-13
/
+12
|
|
*
|
|
|
|
|
dm-crypt: Use up_read() together with key_put() only once in crypt_set_keyrin...
Markus Elfring
2024-09-18
1
-5
/
+2
|
|
*
|
|
|
|
|
Revert "dm: requeue IO if mapping table not yet available"
Mikulas Patocka
2024-09-15
2
-4
/
+11
|
|
*
|
|
|
|
|
dm-integrity: check mac_size against HASH_MAX_DIGESTSIZE in sb_mac()
Eric Biggers
2024-09-11
1
-1
/
+2
|
|
*
|
|
|
|
|
dm-integrity: support recalculation in the 'I' mode
Mikulas Patocka
2024-09-06
1
-42
/
+246
|
|
*
|
|
|
|
|
dm integrity: Convert comma to semicolon
Chen Ni
2024-09-06
1
-8
/
+8
|
|
*
|
|
|
|
|
dm integrity: fix gcc 5 warning
Mikulas Patocka
2024-09-03
1
-5
/
+10
|
|
*
|
|
|
|
|
dm: Make use of __assign_bit() API
Hongbo Li
2024-09-02
1
-4
/
+1
|
|
*
|
|
|
|
|
dm integrity: Remove extra unlikely helper
Hongbo Li
2024-09-02
1
-2
/
+2
|
|
*
|
|
|
|
|
dm: Convert to use ERR_CAST()
Yuesong Li
2024-09-02
1
-1
/
+1
|
|
*
|
|
|
|
|
dm bufio: Remove NULL check of list_entry()
Yuesong Li
2024-08-22
1
-3
/
+0
|
|
*
|
|
|
|
|
dm-crypt: Allow to specify the integrity key size as option
Ingo Franzki
2024-08-21
2
-4
/
+19
|
|
*
|
|
|
|
|
dm: Remove unused declaration and empty definition "dm_zone_map_bio"
Zhang Zekun
2024-08-21
1
-5
/
+0
|
|
*
|
|
|
|
|
dm delay: enhance kernel documentation
Heinz Mauelshagen
2024-08-21
1
-9
/
+32
|
|
*
|
|
|
|
|
dm: Remove unused declaration dm_get_rq_mapinfo()
Yue Haibing
2024-08-21
1
-1
/
+0
|
|
*
|
|
|
|
|
dm vdo: force read-only mode for a corrupt recovery journal
Susan LeGendre-McGhee
2024-08-21
3
-19
/
+24
|
|
*
|
|
|
|
|
dm vdo: abort loading dirty VDO with the old recovery journal format
Susan LeGendre-McGhee
2024-08-21
2
-4
/
+24
|
|
*
|
|
|
|
|
dm vdo: add dmsetup message for returning configuration info
Bruce Johnston
2024-08-21
4
-2
/
+59
|
|
*
|
|
|
|
|
dm vdo: remove bad check of bi_next field
Ken Raeburn
2024-08-21
1
-1
/
+0
|
|
*
|
|
|
|
|
dm vdo: don't refer to dedupe_context after releasing it
Ken Raeburn
2024-08-21
1
-0
/
+3
|
*
|
|
|
|
|
|
Merge tag 'ata-6.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-27
1
-2
/
+7
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
ata: libata-scsi: Fix ata_msense_control() CDL page reporting
Damien Le Moal
2024-09-24
1
-1
/
+1
|
|
*
|
|
|
|
|
|
ata: libata-scsi: Fix ata_msense_control_spgt2()
Damien Le Moal
2024-09-24
1
-1
/
+6
|
*
|
|
|
|
|
|
|
Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-09-27
20
-164
/
+165
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
Revert "driver core: don't always lock parent in shutdown"
Greg Kroah-Hartman
2024-09-25
1
-2
/
+2
|
|
*
|
|
|
|
|
|
|
Revert "driver core: separate function to shutdown one device"
Greg Kroah-Hartman
2024-09-25
1
-36
/
+30
|
|
*
|
|
|
|
|
|
|
Revert "driver core: shut down devices asynchronously"
Greg Kroah-Hartman
2024-09-25
3
-59
/
+1
|
|
*
|
|
|
|
|
|
|
Revert "nvme-pci: Make driver prefer asynchronous shutdown"
Greg Kroah-Hartman
2024-09-25
1
-1
/
+0
|
|
*
|
|
|
|
|
|
|
Revert "driver core: fix async device shutdown hang"
Greg Kroah-Hartman
2024-09-25
1
-9
/
+1
|
|
*
|
|
|
|
|
|
|
driver core: fix async device shutdown hang
Stuart Hayes
2024-09-21
1
-1
/
+9
|
|
*
|
|
|
|
|
|
|
driver core: attribute_container: Remove unused functions
Dr. David Alan Gilbert
2024-09-13
2
-53
/
+1
|
|
*
|
|
|
|
|
|
|
driver core: Trivially simplify ((struct device_private *)curr)->device->p to...
Zijun Hu
2024-09-11
1
-1
/
+1
[prev]
[next]