index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-14
block: Introduce the type blk_opf_t
Bart Van Assche
1
-44
/
+49
2022-07-14
block: Change the type of req_op() and bio_op() into enum req_op
Bart Van Assche
2
-4
/
+8
2022-07-14
block: Change the type of the last .rw_page() argument
Bart Van Assche
1
-1
/
+1
2022-07-14
block: Use enum req_op where appropriate
Bart Van Assche
2
-4
/
+4
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
2
-9
/
+9
2022-07-14
block: remove bdevname
Christoph Hellwig
1
-1
/
+0
2022-07-14
kvm: stats: tell userspace which values are boolean
Paolo Bonzini
1
-1
/
+10
2022-07-14
netfs: do not unlock and put the folio twice
Xiubo Li
1
-1
/
+1
2022-07-13
Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-1
/
+2
2022-07-13
ima: force signature verification when CONFIG_KEXEC_SIG is configured
Coiby Xu
1
-0
/
+6
2022-07-13
sched/core: Always flush pending blk_plug
John Keeping
1
-8
/
+0
2022-07-12
Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux into arm/drivers
Arnd Bergmann
1
-0
/
+1
2022-07-12
Merge tag 'v5.19-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/drivers
Arnd Bergmann
1
-0
/
+27
2022-07-11
Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-3
/
+10
2022-07-11
Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-9
/
+9
2022-07-11
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
1
-1
/
+1
2022-07-11
genirq: Allow irq_set_chip_handler_name_locked() to take a const irq_chip
Michael Walle
1
-2
/
+3
2022-07-11
Merge tag 'v5.19-rc6' into tip:x86/kdump
Borislav Petkov
18
-21
/
+52
2022-07-10
Merge tag 'char-misc-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-2
/
+0
2022-07-10
gpio: Remove dynamic allocation from populate_parent_alloc_arg()
Marc Zyngier
1
-23
/
+19
2022-07-08
Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
1
-0
/
+1
2022-07-08
Merge tag 'acpi-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2022-07-08
Merge tag 'pm-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-3
/
+2
2022-07-08
Merge tag 'cxl-fixes-for-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-1
/
+1
2022-07-08
Merge tag 'iommu-fixes-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-3
/
+0
2022-07-08
Merge branch 'pm-core'
Rafael J. Wysocki
1
-3
/
+2
2022-07-08
Merge tag 'block-5.19-2022-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+2
2022-07-08
Merge tag 'zynqmp-soc-for-v5.20' of https://github.com/Xilinx/linux-xlnx into arm/soc
Arnd Bergmann
1
-0
/
+7
2022-07-08
Merge tag 'reset-fixes-for-v5.19' of git://git.pengutronix.de/pza/linux into arm/fixes
Arnd Bergmann
1
-1
/
+1
2022-07-07
dm table: remove dm_table_get_num_targets() wrapper
Mike Snitzer
1
-1
/
+0
2022-07-07
mm: kasan: Skip unpoisoning of user pages
Catalin Marinas
1
-1
/
+1
2022-07-07
fbcon: Prevent that screen size is smaller than font size
Helge Deller
1
-0
/
+4
2022-07-07
genirq: Provide an IRQ affinity mask in non-SMP configs
Samuel Holland
1
-0
/
+8
2022-07-07
genirq: Return a const cpumask from irq_data_get_affinity_mask
Samuel Holland
1
-5
/
+7
2022-07-07
genirq: Add and use an irq_data_update_affinity helper
Samuel Holland
1
-0
/
+6
2022-07-07
genirq: Refactor accessors to use irq_data_get_affinity_mask
Samuel Holland
1
-7
/
+7
2022-07-06
nvme: use struct group for generic command dwords
Keith Busch
1
-0
/
+2
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
2
-53
/
+46
2022-07-06
block: remove blk_queue_zone_sectors
Christoph Hellwig
1
-8
/
+3
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
1
-2
/
+2
2022-07-06
block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
Christoph Hellwig
1
-4
/
+4
2022-07-06
block: remove queue_max_open_zones and queue_max_active_zones
Christoph Hellwig
1
-27
/
+10
2022-07-06
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: remove a superflous ifdef in blkdev.h
Christoph Hellwig
1
-3
/
+0
2022-07-06
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
1
-1
/
+1
2022-07-06
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
1
-1
/
+1
2022-07-06
blk-mq: Add a flag for reserved requests
John Garry
1
-0
/
+6
2022-07-06
Merge tag 'scmi-updates-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers
Arnd Bergmann
1
-0
/
+134
2022-07-06
iommu/vt-d: Fix RID2PASID setup/teardown failure
Lu Baolu
1
-3
/
+0
2022-07-06
drivers/perf: hisi: add driver for HNS3 PMU
Guangbin Huang
1
-0
/
+1
[prev]
[next]