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
2018-03-20
mtd: rawnand: prepare the removal of the ONFI parameter page
Miquel Raynal
1
-18
/
+29
2018-03-20
Merge 4.16-rc6 into tty-next
Greg Kroah-Hartman
35
-95
/
+198
2018-03-20
Merge branch 'siginfo-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into aarch64/for-next/core
Will Deacon
2
-5
/
+6
2018-03-20
mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pages
Miquel Raynal
1
-0
/
+13
2018-03-20
Merge tag 'phy-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next
Greg Kroah-Hartman
1
-2
/
+29
2018-03-20
dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()
Christoph Hellwig
1
-8
/
+0
2018-03-20
dma/direct: Handle the memory encryption bit in common code
Christoph Hellwig
1
-2
/
+19
2018-03-20
set_memory.h: Provide set_memory_{en,de}crypted() stubs
Christoph Hellwig
1
-0
/
+12
2018-03-20
Merge branch 4.16-rc6 into usb-next
Greg Kroah-Hartman
35
-95
/
+198
2018-03-20
mtd: rawnand: use wrappers to call onfi GET/SET_FEATURES
Miquel Raynal
1
-0
/
+3
2018-03-20
mtd: rawnand: rename SET/GET FEATURES related functions
Miquel Raynal
1
-9
/
+8
2018-03-20
Merge tag 'thunderbolt-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into char-misc-next
Greg Kroah-Hartman
1
-0
/
+19
2018-03-20
jump_label: Disable jump labels in __exit code
Josh Poimboeuf
1
-2
/
+2
2018-03-20
sched/wait: Remove the wait_on_atomic_t() API
Peter Zijlstra
1
-27
/
+0
2018-03-20
sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_event() API
Peter Zijlstra
1
-1
/
+1
2018-03-20
sched/wait: Introduce wait_var_event()
Peter Zijlstra
1
-0
/
+70
2018-03-20
sched/fair: Add util_est on top of PELT
Patrick Bellasi
1
-0
/
+29
2018-03-20
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
11
-16
/
+71
2018-03-20
lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndrome
Matt Brown
1
-0
/
+4
2018-03-19
scsi: remove the old scsi_module.c initialization model
Christoph Hellwig
1
-36
/
+0
2018-03-20
fw_cfg: write vmcoreinfo details
Marc-André Lureau
1
-0
/
+31
2018-03-20
fw_cfg: add a public uapi header
Marc-André Lureau
1
-0
/
+66
2018-03-19
dt-bindings: clock: Add Actions S900 clock bindings
Manivannan Sadhasivam
1
-0
/
+129
2018-03-19
Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+0
2018-03-19
Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Linus Torvalds
1
-6
/
+12
2018-03-19
clk: qcom: rpmcc: Add support to XO buffered clocks
Srinivas Kandagatla
1
-0
/
+5
2018-03-19
dt-bindings: clock: add clocks for MT2712
Weiyi Lu
1
-2
/
+10
2018-03-19
IB/uverbs: Add macros to simplify adding driver specific attributes
Matan Barak
1
-0
/
+31
2018-03-19
IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new file
Matan Barak
1
-0
/
+2
2018-03-19
IB/uverbs: Expose parsing tree of all common objects to providers
Matan Barak
1
-21
/
+2
2018-03-19
IB/uverbs: Safely extend existing attributes
Matan Barak
2
-20
/
+67
2018-03-19
IB/uverbs: Enable compact representation of uverbs_attr_spec
Matan Barak
1
-12
/
+22
2018-03-19
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
3
-2
/
+26
2018-03-19
IB/uverbs: Move to new headers and make naming consistent
Matan Barak
7
-103
/
+243
2018-03-19
clk: stm32: Add DSI clock for STM32F469 Board
Gabriel Fernandez
1
-1
/
+2
2018-03-19
clk: stm32: END_PRIMARY_CLK should be declare after CLK_SYSCLK
Gabriel Fernandez
1
-3
/
+3
2018-03-19
clk: mediatek: update missing clock data for MT7622 audsys
Ryder Lee
1
-1
/
+2
2018-03-19
dt-bindings: clock: mediatek: add binding for fixed-factor clock axisel_d4
Sean Wang
1
-1
/
+2
2018-03-19
bpf: sk_msg program helper bpf_sk_msg_pull_data
John Fastabend
1
-1
/
+2
2018-03-19
bpf: sockmap, add msg_cork_bytes() helper
John Fastabend
1
-1
/
+2
2018-03-19
bpf: sockmap, add bpf_msg_apply_bytes() helper
John Fastabend
1
-1
/
+2
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
4
-1
/
+40
2018-03-19
net: generalize sk_alloc_sg to work with scatterlist rings
John Fastabend
1
-1
/
+1
2018-03-19
net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
John Fastabend
1
-0
/
+1
2018-03-19
sock: make static tls function alloc_sg generic sock helper
John Fastabend
1
-0
/
+4
2018-03-19
RDMA/verbs: Remove restrack entry from XRCD structure
Leon Romanovsky
1
-4
/
+0
2018-03-19
Merge tag 'v4.16-rc6' into perf/core, to pick up fixes
Ingo Molnar
15
-52
/
+83
2018-03-19
PCI: Add Altera vendor ID
Johannes Thumshirn
1
-0
/
+2
2018-03-19
IB/mlx5: Packet packing enhancement for RAW QP
Bodong Wang
1
-1
/
+18
2018-03-19
net/mlx5: Packet pacing enhancement
Bodong Wang
2
-5
/
+22
[prev]
[next]