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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-26
Switch flock copyin/copyout primitives to copy_{from,to}_user()
Al Viro
1
-30
/
+29
2017-06-26
Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fs
Al Viro
599
-3365
/
+7115
2017-06-26
net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"
Colin Ian King
1
-1
/
+1
2017-06-26
Merge branch 'net-add-netlink_ext_ack-support-to-rtnl_link_ops'
David S. Miller
36
-107
/
+190
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate
Matthias Schiffer
2
-2
/
+4
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink
Matthias Schiffer
4
-4
/
+8
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
28
-33
/
+63
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
20
-28
/
+47
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
32
-40
/
+68
2017-06-27
Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into next
James Morris
2
-25
/
+42
2017-06-27
powerpc/powernv/pci: Enable 64-bit devices to access >4GB DMA space
Russell Currey
1
-2
/
+91
2017-06-27
powerpc/powernv/pci: Add helper to check if a PE has a single vendor
Russell Currey
1
-0
/
+25
2017-06-27
powerpc/powernv/pci: Add support for PHB4 diagnostics
Russell Currey
2
-2
/
+178
2017-06-27
powerpc/powernv/pci: Dynamically allocate PHB diag data
Russell Currey
4
-18
/
+29
2017-06-27
powerpc/powernv/pci: Reduce spam when dumping PEST
Russell Currey
2
-20
/
+34
2017-06-27
powerpc/tm: Fix comment
Michael Neuling
1
-2
/
+2
2017-06-27
powerpc: Fix asm offsets to point to actual FP and VMX regs
Michael Neuling
1
-4
/
+4
2017-06-27
powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
Michael Neuling
1
-0
/
+4
2017-06-26
perf tests: Add platform dependency to test 15
Thomas Richter
1
-0
/
+48
2017-06-27
cpufreq / CPPC: Initialize policy->min to lowest nonlinear performance
Prakash, Prashanth
1
-3
/
+16
2017-06-27
PM / hibernate: Drop redundant parameter of swsusp_alloc()
BaoJun Luo
1
-3
/
+2
2017-06-27
PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include condition
Balbir Singh
1
-3
/
+3
2017-06-27
x86/ACPI/cstate: Allow ACPI C1 FFH MWAIT use on AMD systems
Yazen Ghannam
1
-1
/
+2
2017-06-27
PM / wakeirq: Convert to SRCU
Thomas Gleixner
1
-14
/
+18
2017-06-27
intel_pstate: skip scheduler hook when in "performance" mode
Len Brown
1
-2
/
+2
2017-06-27
intel_pstate: delete scheduler hook in HWP mode
Len Brown
1
-11
/
+3
2017-06-27
x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF
Len Brown
4
-1
/
+93
2017-06-27
cpupower: Add support for new AMD family 0x17
Sherry Hurwitz
3
-11
/
+44
2017-06-27
cpupower: Fix bug where return value was not used
Sherry Hurwitz
1
-3
/
+2
2017-06-27
Merge back PM tools material for v4.13.
Rafael J. Wysocki
5
-294
/
+1524
2017-06-27
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
Rafael J. Wysocki
1
-17
/
+77
2017-06-27
Backmerge tag 'v4.12-rc7' into drm-next
Dave Airlie
461
-2755
/
+4149
2017-06-26
lightnvm: pblk: fail gracefully on irrec. error
Javier González
11
-114
/
+332
2017-06-26
lightnvm: pblk: set mempool and workqueue params.
Javier González
4
-20
/
+44
2017-06-26
lightnvm: pblk: redesign GC algorithm
Javier González
6
-277
/
+367
2017-06-26
lightnvm: pblk: add lock assertions on helpers
Javier González
1
-0
/
+4
2017-06-26
lightnvm: pblk: cleanup unnecessary code
Javier González
2
-7
/
+0
2017-06-26
lightnvm: pblk: set metadata list for all I/Os
Javier González
2
-38
/
+54
2017-06-26
lightnvm: pblk: choose optimal victim GC line
Javier González
1
-1
/
+15
2017-06-26
lightnvm: pblk: decouple bad block from line alloc
Javier González
1
-16
/
+37
2017-06-26
lightnvm: pblk: simplify meta. memory allocation
Javier González
4
-8
/
+8
2017-06-26
lightnvm: pblk: issue multiplane reads if possible
Javier González
4
-12
/
+51
2017-06-26
lightnvm: pblk: delete redundant buffer pointer
Javier González
7
-41
/
+11
2017-06-26
lightnvm: pblk: delete redundant debug line stat
Javier González
1
-5
/
+3
2017-06-26
lightnvm: pblk: sched. metadata on write thread
Javier González
8
-284
/
+672
2017-06-26
lightnvm: pblk: rename read request pool
Javier González
5
-37
/
+38
2017-06-26
lightnvm: pblk: generalize erase path
Javier González
6
-89
/
+115
2017-06-26
lightnvm: pblk: expose max sec per write on sysfs
Javier González
4
-1
/
+48
2017-06-26
lightnvm: pblk: add debug stat for read cache hits
Javier González
4
-1
/
+10
2017-06-26
lightnvm: pblk: spare double cpu_to_le64 calc.
Javier González
2
-4
/
+5
[prev]
[next]