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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-29
net: reorganize sk_buff for faster __copy_skb_header()
Eric Dumazet
1
-61
/
+72
2014-09-29
iommu: introduce domain attribute for nesting IOMMUs
Will Deacon
1
-0
/
+1
2014-09-29
mei: remove include to pci header from mei module files
Tomas Winkler
1
-0
/
+1
2014-09-29
usb: hcd: add generic PHY support
Sergei Shtylyov
1
-0
/
+1
2014-09-29
usb: rename phy to usb_phy in HCD
Antoine Tenart
1
-1
/
+1
2014-09-29
clk: ti: change clock init to use generic of_clk_init
Tero Kristo
1
-0
/
+1
2014-09-29
dql: dql_queued() should write first to reduce bus transactions
Eric Dumazet
1
-2
/
+10
2014-09-28
net_dma: simple removal
Dan Williams
3
-35
/
+3
2014-09-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2014-09-27
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-15
/
+27
2014-09-27
Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-next
Mike Turquette
3
-0
/
+41
2014-09-27
block: Add T10 Protection Information functions
Martin K. Petersen
2
-2
/
+25
2014-09-27
block: Don't merge requests if integrity flags differ
Martin K. Petersen
1
-10
/
+10
2014-09-27
block: Integrity checksum flag
Martin K. Petersen
2
-0
/
+2
2014-09-27
block: Relocate bio integrity flags
Martin K. Petersen
2
-5
/
+10
2014-09-27
block: Add a disk flag to block integrity profile
Martin K. Petersen
1
-0
/
+1
2014-09-27
block: Add prefix to block integrity profile flags
Martin K. Petersen
1
-2
/
+4
2014-09-27
block: Clean up the code used to generate and verify integrity metadata
Martin K. Petersen
2
-5
/
+16
2014-09-27
block: Deprecate the use of the term sector in the context of block integrity
Martin K. Petersen
1
-3
/
+3
2014-09-27
block: Remove bip_buf
Martin K. Petersen
1
-3
/
+0
2014-09-27
block: Remove integrity tagging functions
Martin K. Petersen
2
-7
/
+0
2014-09-27
block: Replace bi_integrity with bi_special
Martin K. Petersen
3
-9
/
+17
2014-09-27
block: Get rid of bdev_integrity_enabled()
Martin K. Petersen
1
-3
/
+3
2014-09-27
Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next
Paolo Bonzini
1
-0
/
+2
2014-09-27
clk: Add a function to retrieve phase
Maxime Ripard
1
-0
/
+5
2014-09-27
clk: Include of.h in clock-provider.h
Maxime Ripard
1
-0
/
+1
2014-09-27
clk: introduce clk_set_phase function & callback
Mike Turquette
3
-0
/
+35
2014-09-26
fuse: honour max_read and max_write in direct_io mode
Miklos Szeredi
1
-1
/
+1
2014-09-26
clk: add gpio gated clock
Jyri Sarha
1
-0
/
+22
2014-09-26
Merge tag 'tegra-clk-3.18' of git://nv-tegra.nvidia.com/user/pdeschrijver/linux into clk-next
Mike Turquette
14
-73
/
+94
2014-09-26
net: introduce __skb_header_release()
Eric Dumazet
1
-0
/
+15
2014-09-26
Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
David S. Miller
4
-3
/
+18
2014-09-26
net: Change netdev_<level> logging functions to return void
Joe Perches
1
-10
/
+9
2014-09-26
bpf: verifier (add verifier core)
Alexei Starovoitov
1
-0
/
+47
2014-09-26
bpf: handle pseudo BPF_LD_IMM64 insn
Alexei Starovoitov
1
-0
/
+6
2014-09-26
bpf: verifier (add docs)
Alexei Starovoitov
1
-0
/
+2
2014-09-26
bpf: expand BPF syscall with program load/unload
Alexei Starovoitov
2
-6
/
+40
2014-09-26
bpf: add lookup/update/delete/iterate methods to BPF maps
Alexei Starovoitov
1
-0
/
+8
2014-09-26
bpf: enable bpf syscall on x64 and i386
Alexei Starovoitov
1
-1
/
+2
2014-09-26
bpf: introduce BPF syscall and maps
Alexei Starovoitov
1
-0
/
+41
2014-09-26
Merge tag 'tags/restart-handler-for-v3.18' into next
Sebastian Reichel
1
-0
/
+3
2014-09-26
netfilter: bridge: move br_netfilter out of the core
Pablo Neira Ayuso
2
-7
/
+7
2014-09-26
netfilter: bridge: nf_bridge_copy_header as static inline in header
Pablo Neira Ayuso
1
-10
/
+38
2014-09-26
tty: serial: 8250_core: add run time pm
Sebastian Andrzej Siewior
1
-0
/
+1
2014-09-26
tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks
Sebastian Andrzej Siewior
1
-0
/
+2
2014-09-26
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+13
2014-09-26
mfd: Add ACPI support
Mika Westerberg
1
-0
/
+3
2014-09-26
mfd: ti_am335x_tscadc: Update logic in CTRL register for 5-wire TS
Jeff Lance
1
-0
/
+1
2014-09-26
mfd: tps65217: Tell regmap what registers are valid
Mark Brown
1
-0
/
+2
2014-09-26
mfd: Add HI6421 PMIC Core driver
Guodong Xu
1
-0
/
+41
[prev]
[next]