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
2017-11-03
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
1
-1
/
+3
2017-11-03
block: introduce GENHD_FL_HIDDEN
Christoph Hellwig
1
-0
/
+1
2017-11-03
block: don't look at the struct device dev_t in disk_devt
Christoph Hellwig
1
-1
/
+1
2017-11-03
block: add a blk_steal_bios helper
Christoph Hellwig
1
-0
/
+2
2017-11-03
block: provide a direct_make_request helper
Christoph Hellwig
1
-0
/
+1
2017-11-03
block: add REQ_DRV bit
Christoph Hellwig
1
-0
/
+5
2017-11-03
block: move REQ_NOWAIT
Christoph Hellwig
1
-2
/
+2
2017-11-03
Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/block
Jens Axboe
2
-6
/
+13
2017-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-5
/
+9
2017-11-03
arm64/sve: Add prctl controls for userspace vector length management
Dave Martin
1
-0
/
+4
2017-11-03
arm64/sve: ptrace and ELF coredump support
Dave Martin
1
-0
/
+1
2017-11-03
arm64/sve: Backend logic for setting the vector length
Dave Martin
1
-0
/
+5
2017-11-03
regset: Add support for dynamically sized regsets
Dave Martin
1
-7
/
+60
2017-11-03
mm, swap: fix race between swap count continuation operations
Huang Ying
1
-0
/
+4
2017-11-03
crypto: drbg - move to generic async completion
Gilad Ben-Yossef
1
-2
/
+1
2017-11-03
crypto: algif - move to generic async completion
Gilad Ben-Yossef
1
-14
/
+1
2017-11-03
crypto: introduce crypto wait for async op
Gilad Ben-Yossef
1
-0
/
+40
2017-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
29
-208
/
+246
2017-11-03
crypto: gf128mul - The x8_ble multiplication functions
Harsh Jain
1
-1
/
+1
2017-11-03
ext4: Support for synchronous DAX faults
Jan Kara
1
-0
/
+1
2017-11-03
dax: Implement dax_finish_sync_fault()
Jan Kara
2
-0
/
+4
2017-11-03
dax, iomap: Add support for synchronous faults
Jan Kara
2
-1
/
+10
2017-11-03
mm: Define MAP_SYNC and VM_SYNC flags
Jan Kara
3
-2
/
+8
2017-11-03
dax: Allow dax_iomap_fault() to return pfn
Jan Kara
1
-1
/
+1
2017-11-03
dax: Inline dax_pmd_insert_mapping() into the callsite
Jan Kara
1
-1
/
+0
2017-11-03
mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
Jan Kara
1
-2
/
+0
2017-11-03
mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
Dan Williams
3
-0
/
+41
2017-11-03
mm: Handle 0 flags in _calc_vm_trans() macro
Jan Kara
1
-1
/
+2
2017-11-03
memory: omap-gpmc: Remove deprecated gpmc_update_nand_reg()
Ladislav Michl
1
-12
/
+0
2017-11-03
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
Jiri Pirko
2
-3
/
+38
2017-11-03
net: sched: introduce chain_head_change callback
Jiri Pirko
2
-9
/
+10
2017-11-03
spi: spi-fsl-dspi: enabling Coldfire mcf5441x dspi
Angelo Dureghello
1
-0
/
+31
2017-11-03
drm/i915: Reject unknown syncobj flags
Tvrtko Ursulin
1
-0
/
+1
2017-11-03
usb: remove msm_hsusb_hw.h
Jack Pham
1
-77
/
+0
2017-11-03
ipv4: Send a netevent whenever multipath hash policy is changed
Ido Schimmel
1
-0
/
+1
2017-11-03
net: Define eth_stp_addr in linux/etherdevice.h
Egil Hjelmeland
2
-2
/
+1
2017-11-03
stmmac: use of_property_read_u32 instead of read_u8
Bhadram Varka
1
-4
/
+4
2017-11-03
net_sched: hold netns refcnt for each action
Cong Wang
1
-1
/
+3
2017-11-03
net_sched: acquire RTNL in tc_action_net_exit()
Cong Wang
1
-0
/
+2
2017-11-03
tcp: add tracepoint trace_tcp_retransmit_synack()
Song Liu
1
-0
/
+56
2017-11-03
ipv6: Implement limits on Hop-by-Hop and Destination options
Tom Herbert
2
-0
/
+44
2017-11-02
Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd
Richard Weinberger
3
-22
/
+3
2017-11-02
Merge tag 'spi-nor/for-4.15' of git://git.infradead.org/l2-mtd
Richard Weinberger
1
-0
/
+10
2017-11-02
xen/time: do not decrease steal time after live migration on xen
Dongli Zhang
1
-0
/
+1
2017-11-02
libnvdimm: move poison list functions to a new 'badrange' file
Dave Jiang
1
-3
/
+18
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2287
-0
/
+2287
2017-11-02
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux into for-next
Corey Minyard
51
-199
/
+402
2017-11-02
irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQs
Paul Burton
1
-0
/
+1
2017-11-02
irqdomain: Update the comments of fwnode field of irq_domain structure
Dou Liyang
1
-2
/
+2
2017-11-02
irqchip/gic-v3-its: Setup VLPI properties at map time
Marc Zyngier
1
-0
/
+2
[prev]
[next]