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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
mtd: rawnand: Use the NAND framework user_conf object for ECC flags
Miquel Raynal
1
-1
/
+0
2020-09-30
mtd: rawnand: Use the ECC framework user input parsing bits
Miquel Raynal
1
-12
/
+0
2020-09-30
mtd: rawnand: Use the ECC framework OOB layouts
Miquel Raynal
1
-3
/
+1
2020-09-28
mtd: nand: Use the new generic ECC object
Miquel Raynal
1
-7
/
+7
2020-09-28
mtd: nand: Create helpers to set/extract the ECC requirements
Miquel Raynal
1
-0
/
+24
2020-09-28
mtd: nand: Create a helper to extract the ECC configuration
Miquel Raynal
1
-0
/
+10
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
3
-7
/
+7
2020-09-28
mtd: rawnand: Separate the ECC engine type and the ECC byte placement
Miquel Raynal
2
-2
/
+5
2020-09-02
mtd: nand: Introduce the ECC engine framework
Miquel Raynal
1
-0
/
+114
2020-08-27
mtd: nand: Add a NAND page I/O request type
Miquel Raynal
1
-2
/
+16
2020-08-27
mtd: rawnand: Move the nand_ecc_algo enum to the generic NAND layer
Miquel Raynal
2
-14
/
+14
2020-08-27
mtd: rawnand: Rename the ECC algorithm enumeration items
Miquel Raynal
1
-8
/
+8
2020-08-27
mtd: rawnand: Add a kernel doc to the ECC algorithm enumeration
Miquel Raynal
1
-0
/
+7
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-6
/
+7
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+5
2020-08-21
Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-0
/
+1
2020-08-21
bpf: Fix two typos in uapi/linux/bpf.h
Tobias Klauser
1
-5
/
+5
2020-08-21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2
-11
/
+76
2020-08-20
clocksource/drivers: Add CLINT timer driver
Anup Patel
1
-0
/
+1
2020-08-20
Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-5
/
+3
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
1
-6
/
+11
2020-08-18
ipv6: some fixes for ipv6_dev_find()
Xin Long
1
-1
/
+2
2020-08-18
Merge tag 'fixes-2020-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Linus Torvalds
1
-0
/
+2
2020-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-19
/
+2
2020-08-17
arch/ia64: Restore arch-specific pgd_offset_k implementation
Jessica Clarke
1
-0
/
+2
2020-08-17
phylink: <linux/phylink.h>: fix function prototype kernel-doc warning
Randy Dunlap
1
-1
/
+2
2020-08-17
watch_queue: Limit the number of watches a user can hold
David Howells
1
-0
/
+3
2020-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-18
/
+0
2020-08-16
Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-08-15
Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+0
2020-08-15
Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
6
-1
/
+84
2020-08-15
Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-5
/
+6
2020-08-15
Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+2
2020-08-15
Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
17
-131
/
+148
2020-08-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
14
-43
/
+91
2020-08-14
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
3
-18
/
+18
2020-08-14
include/asm-generic/vmlinux.lds.h: align ro_after_init
Romain Naour
1
-0
/
+1
2020-08-14
mm: annotate a data race in page_zonenum()
Qian Cai
1
-0
/
+1
2020-08-14
mm/memcontrol: fix a data race in scan count
Qian Cai
1
-1
/
+1
2020-08-14
all arch: remove system call sys_sysctl
Xiaoming Ni
3
-7
/
+2
2020-08-14
mm: introduce offset_in_thp
Matthew Wilcox (Oracle)
1
-0
/
+1
2020-08-14
mm: add thp_head
Matthew Wilcox (Oracle)
1
-0
/
+15
2020-08-14
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
3
-10
/
+15
2020-08-14
mm: add thp_size
Matthew Wilcox (Oracle)
1
-0
/
+11
2020-08-14
mm: add thp_order
Matthew Wilcox (Oracle)
1
-0
/
+19
2020-08-14
mm: move page-flags include to top of file
Matthew Wilcox (Oracle)
1
-5
/
+1
2020-08-14
mm: store compound_nr as well as compound_order
Matthew Wilcox (Oracle)
2
-1
/
+5
2020-08-14
asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()
Mike Rapoport
1
-1
/
+1
2020-08-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2020-08-14
Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
Linus Torvalds
1
-6
/
+6
[next]