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
2020-09-04
Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+8
2020-09-04
Merge branch 'csd.2020.09.04a' into HEAD
Paul E. McKenney
2
-0
/
+6
2020-09-04
smp: Add source and destination CPUs to __call_single_data
Paul E. McKenney
2
-0
/
+6
2020-09-04
Merge branch 'simplify-do_wp_page'
Linus Torvalds
2
-7
/
+1
2020-09-04
mm: Add PGREUSE counter
Peter Xu
1
-0
/
+1
2020-09-04
mm/ksm: Remove reuse_ksm_page()
Peter Xu
1
-7
/
+0
2020-09-04
dyndbg: refine export, rename to dynamic_debug_exec_queries()
Jim Cromie
1
-4
/
+16
2020-09-04
x86/entry: Unbreak 32bit fast syscall
Thomas Gleixner
1
-9
/
+42
2020-09-04
mm: Add arch hooks for saving/restoring tags
Steven Price
1
-0
/
+28
2020-09-04
mm: Introduce arch_validate_flags()
Catalin Marinas
1
-0
/
+13
2020-09-04
arm64: mte: Add PROT_MTE support to mmap() and mprotect()
Catalin Marinas
1
-0
/
+8
2020-09-04
mm: Introduce arch_calc_vm_flag_bits()
Kevin Brodsky
1
-2
/
+8
2020-09-04
mm: Add PG_arch_2 page flag
Steven Price
2
-0
/
+4
2020-09-04
iommu/mediatek: Check 4GB mode by reading infracfg
Miles Chen
1
-0
/
+3
2020-09-04
iommu/vt-d: Move intel_iommu_gfx_mapped to Intel IOMMU header
Andy Shevchenko
1
-0
/
+1
2020-09-04
soundwire: remove SDW_REG_SHIFT()
Vinod Koul
1
-7
/
+0
2020-09-04
soundwire: define and use addr bit masks
Vinod Koul
1
-6
/
+13
2020-09-04
iommu: Rename iommu_tlb_* functions to iommu_iotlb_*
Tom Murphy
2
-6
/
+6
2020-09-04
memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
Roger Pau Monne
1
-5
/
+4
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-4
/
+14
2020-09-03
proc: add a read_iter method to proc proc_ops
Christoph Hellwig
1
-0
/
+1
2020-09-03
ip: expose inet sockopts through inet_diag
Wei Wang
1
-0
/
+2
2020-09-03
blk-mq, elevator: Count requests per hctx to improve performance
Kashyap Desai
1
-0
/
+4
2020-09-03
blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap
John Garry
2
-0
/
+2
2020-09-03
blk-mq: Record nr_active_requests per queue for when using shared sbitmap
John Garry
1
-0
/
+2
2020-09-03
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
1
-0
/
+6
2020-09-03
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
1
-1
/
+1
2020-09-03
Merge branch 'strictgp.2020.08.24a' into HEAD
Paul E. McKenney
1
-0
/
+7
2020-09-03
dma-mapping: set default segment_boundary_mask to ULONG_MAX
Nicolin Chen
1
-1
/
+1
2020-09-03
dma-mapping: introduce dma_get_seg_boundary_nr_pages()
Nicolin Chen
1
-0
/
+19
2020-09-03
soundwire: bus: update multi-link definition with hw sync details
Pierre-Louis Bossart
1
-0
/
+6
2020-09-03
soundwire: fix port_ready[] dynamic allocation in mipi_disco
Pierre-Louis Bossart
1
-1
/
+1
2020-09-03
soundwire: add definition for maximum number of ports
Pierre-Louis Bossart
1
-1
/
+2
2020-09-03
dmaengine: Mark dma_request_slave_channel() deprecated
Peter Ujfalusi
1
-6
/
+9
2020-09-02
block: allow for_each_bvec to support zero len bvec
Ming Lei
1
-1
/
+8
2020-09-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
1
-13
/
+29
2020-09-02
regmap: Add can_sleep configuration option
Dmitry Osipenko
1
-0
/
+3
2020-09-02
libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks
Tejun Heo
1
-0
/
+1
2020-09-02
block: remove revalidate_disk()
Christoph Hellwig
1
-1
/
+0
2020-09-02
block: use revalidate_disk_size in set_capacity_revalidate_and_notify
Christoph Hellwig
1
-2
/
+2
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-0
/
+1
2020-09-02
block: rename bd_invalidated
Christoph Hellwig
1
-1
/
+3
2020-09-02
dma-buf: fix kernel-doc warning in <linux/dma-buf.h>
Randy Dunlap
1
-1
/
+2
2020-09-02
mtd: nand: Introduce the ECC engine framework
Miquel Raynal
1
-0
/
+114
2020-09-01
block: remove an outdated comment on the bd_dev field
Christoph Hellwig
1
-1
/
+1
2020-09-01
block: remove the discard_alignment field from struct hd_struct
Christoph Hellwig
2
-3
/
+2
2020-09-01
block: remove the alignment_offset field from struct hd_struct
Christoph Hellwig
2
-4
/
+2
2020-09-01
block: Move blk_mq_bio_list_merge() into blk-merge.c
Baolin Wang
1
-2
/
+0
2020-09-01
block: remove the BIO_USER_MAPPED flag
Christoph Hellwig
1
-1
/
+0
2020-09-01
block: remove the BIO_NULL_MAPPED flag
Christoph Hellwig
1
-1
/
+0
[prev]
[next]