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
2015-02-03
dma: mmp_tdma: Fix build for ARM64
Rob Herring
1
-0
/
+7
2015-02-03
i2o: move to staging
Alan Cox
1
-988
/
+0
2015-02-03
ti-st: clean up data types (fix harmless memory corruption)
Dan Carpenter
1
-6
/
+6
2015-02-03
PM: Convert dev_pm_put_subsys_data() into a void function
Ulf Hansson
1
-1
/
+1
2015-02-03
PM / Domains: Eliminate the mutex for the generic_pm_domain_data
Ulf Hansson
1
-1
/
+0
2015-02-03
PM / Domains: Remove reference counting for the generic_pm_domain_data
Ulf Hansson
1
-1
/
+0
2015-02-03
SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup
Trond Myklebust
1
-1
/
+2
2015-02-03
ACPI: Introduce helper function acpi_dev_filter_resource_type()
Jiang Liu
1
-0
/
+8
2015-02-03
ACPI: Add field offset to struct resource_list_entry
Jiang Liu
1
-0
/
+1
2015-02-03
ACPI: Return translation offset when parsing ACPI address space resources
Jiang Liu
1
-2
/
+7
2015-02-03
Merge branch 'flexfiles'
Trond Myklebust
6
-8
/
+36
2015-02-03
Input: ti_am335x_tsc - remove udelay in interrupt handler
Brad Griffis
1
-1
/
+2
2015-02-03
pnfs/flexfiles: Add the FlexFile Layout Driver
Tom Haynes
3
-0
/
+5
2015-02-03
nfs41: add range to layoutreturn args
Peng Tao
1
-1
/
+1
2015-02-03
nfs: add mirroring support to pgio layer
Weston Andros Adamson
2
-3
/
+18
2015-02-03
nfs: rename pgio header ds_idx to ds_commit_idx
Weston Andros Adamson
1
-1
/
+1
2015-02-03
nfs: introduce pg_cleanup op for pgio descriptors
Weston Andros Adamson
1
-0
/
+1
2015-02-03
nfs41: pass iomode through layoutreturn args
Peng Tao
1
-0
/
+1
2015-02-03
nfs: save server READ/WRITE/COMMIT status
Peng Tao
1
-0
/
+2
2015-02-03
sunrpc: add rpc_count_iostats_idx
Weston Andros Adamson
1
-0
/
+2
2015-02-03
pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
Tom Haynes
1
-0
/
+1
2015-02-03
nfsv3: introduce nfs3_set_ds_client
Peng Tao
1
-4
/
+5
2015-02-03
clk: omap: compile legacy omap3 clocks conditionally
Arnd Bergmann
1
-0
/
+8
2015-02-03
Merge tag 'nfs-rdma-for-3.20' of git://git.linux-nfs.org/projects/anna/nfs-rdma
Trond Myklebust
2
-3
/
+13
2015-02-03
PCI: Add pci_device_to_OF_node() stub for !CONFIG_OF
Kevin Hao
1
-0
/
+2
2015-02-03
sched/wait: Remove might_sleep() from wait_event_cmd()
Mikulas Patocka
1
-1
/
+0
2015-02-02
net/mlx4_core: Fix kernel Oops (mem corruption) when working with more than 80 VFs
Jack Morgenstein
1
-1
/
+1
2015-02-02
ipv6: pull cork initialization into its own function.
Vlad Yasevich
1
-5
/
+7
2015-02-02
Merge branch 'topic/rcar' into for-linus
Vinod Koul
1
-0
/
+3
2015-02-02
Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/linux into clk-next
Michael Turquette
1
-2
/
+0
2015-02-02
Merge branch 'clk-next' into v3.19-rc7
Michael Turquette
5
-251
/
+105
2015-02-02
clk: Add rate constraints to clocks
Tomeu Vizoso
3
-3
/
+46
2015-02-02
clk: remove clk-private.h
Michael Turquette
1
-237
/
+0
2015-02-02
Merge branch 'clk-omap-legacy' into clk-next
Michael Turquette
1
-0
/
+12
2015-02-02
clk: Make clk API return per-user struct clk instances
Tomeu Vizoso
2
-13
/
+34
2015-02-02
Merge branch 'pci/config' into next
Bjorn Helgaas
1
-0
/
+11
2015-02-02
tty: Remove external interface for tty_set_termios()
Peter Hurley
1
-1
/
+0
2015-02-02
serial: core: Rework hw-assisted flow control support
Peter Hurley
1
-3
/
+18
2015-02-02
serial: 8250: Use canary to restart console after suspend
Peter Hurley
1
-0
/
+3
2015-02-02
n_tty: Fix signal handling flushes
Peter Hurley
1
-0
/
+3
2015-02-02
pty: Fix buffer flush deadlock
Peter Hurley
1
-0
/
+4
2015-02-02
tty: Make lock subclasses available for other tty locks
Peter Hurley
1
-0
/
+17
2015-02-02
PNP: Allow console to override ACPI device sleep
Peter Hurley
1
-2
/
+10
2015-02-02
vt_buffer: drop console buffer copying optimisations
Dave Airlie
1
-4
/
+0
2015-02-02
Merge 3.19-rc7 into usb-next
Greg Kroah-Hartman
15
-23
/
+98
2015-02-02
nfsd: implement pNFS operations
Christoph Hellwig
1
-0
/
+1
2015-02-02
fs: add FL_LAYOUT lease type
Christoph Hellwig
1
-0
/
+16
2015-02-02
nfs: add LAYOUT_TYPE_MAX enum value
Christoph Hellwig
1
-0
/
+1
2015-02-02
Make super_blocks and sb_lock static
Al Viro
1
-2
/
+0
2015-02-02
Merge 3.19-rc7 into staging-next
Greg Kroah-Hartman
15
-23
/
+98
[prev]
[next]