index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-07-25
10
-190
/
+125
|
\
|
*
efi: Reorganize the GUID table to make it easier to read
Ingo Molnar
2016-07-08
1
-109
/
+36
|
*
x86/efi: Remove the unused efi_get_time() function
Arnd Bergmann
2016-06-27
2
-16
/
+0
|
*
x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macros
Alex Thorlton
2016-06-27
1
-13
/
+8
|
*
x86/uv: Update uv_bios_call() to use efi_call_virt_pointer()
Alex Thorlton
2016-06-27
1
-2
/
+1
|
*
efi: Convert efi_call_virt() to efi_call_virt_pointer()
Alex Thorlton
2016-06-27
5
-52
/
+69
|
*
x86/efi: Remove unused variable 'efi'
Colin Ian King
2016-06-27
1
-2
/
+0
|
*
efi: Document #define FOO_PROTOCOL_GUID layout
Peter Jones
2016-06-27
1
-1
/
+16
|
*
efibc: Report more information in the error messages
Compostella, Jeremy
2016-06-27
1
-2
/
+2
*
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-07-25
23
-793
/
+978
|
\
\
|
*
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2016-06-30
23
-793
/
+978
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
-
.
Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...
Paul E. McKenney
2016-06-16
20
-792
/
+939
|
|
|
\
\
|
|
|
|
*
rcutorture: Fix error return code in rcu_perf_init()
Wei Yongjun
2016-06-15
1
-1
/
+3
|
|
|
|
*
torture: Inflict default jitter
Paul E. McKenney
2016-06-15
1
-1
/
+1
|
|
|
|
*
rcuperf: Don't treat gp_exp mis-setting as a WARN
Boqun Feng
2016-06-15
1
-3
/
+11
|
|
|
|
*
rcutorture: Drop "-soundhw pcspkr" from x86 boot arguments
Paul E. McKenney
2016-06-15
1
-1
/
+0
|
|
|
|
*
rcutorture: Don't specify the cpu type of QEMU on PPC
Boqun Feng
2016-06-15
1
-1
/
+1
|
|
|
|
*
rcutorture: Make -soundhw a x86 specific option
Boqun Feng
2016-06-15
2
-4
/
+5
|
|
|
|
*
rcutorture: Use vmlinux as the fallback kernel image
Boqun Feng
2016-06-15
2
-8
/
+7
|
|
|
|
*
rcutorture/doc: Create initrd using dracut
Boqun Feng
2016-06-15
1
-0
/
+22
|
|
|
|
*
torture: Stop onoff task if there is only one cpu
Boqun Feng
2016-06-15
1
-0
/
+8
|
|
|
|
*
torture: Add starvation events to error summary
Paul E. McKenney
2016-06-15
1
-1
/
+6
|
|
|
|
*
torture: Break online and offline functions out of torture_onoff()
Paul E. McKenney
2016-06-15
2
-64
/
+108
|
|
|
|
*
torture: Forgive lengthy trace dumps and preemption
Paul E. McKenney
2016-06-15
1
-2
/
+19
|
|
|
|
*
torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code
Paul E. McKenney
2016-06-15
3
-25
/
+1
|
|
|
|
*
torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLE
Paul E. McKenney
2016-06-15
2
-22
/
+1
|
|
|
*
|
rcu: Correctly handle sparse possible cpus
Mark Rutland
2016-06-16
4
-23
/
+34
|
|
|
*
|
rcu: sysctl: Panic on RCU Stall
Daniel Bristot de Oliveira
2016-06-16
4
-0
/
+36
|
|
|
*
|
rcu: Fix a typo in a comment
Paul E. McKenney
2016-06-16
1
-1
/
+1
|
|
|
*
|
rcu: Make call_rcu_tasks() tolerate first call with irqs disabled
Paul E. McKenney
2016-06-16
2
-2
/
+6
|
|
|
*
|
rcu: Disable TASKS_RCU for usermode Linux
Paul E. McKenney
2016-06-16
1
-0
/
+1
|
|
|
*
|
rcu: No ordering for rcu_assign_pointer() of NULL
Paul E. McKenney
2016-06-16
1
-1
/
+10
|
|
|
*
|
rcu: Document RCU_NONIDLE() restrictions in comment header
Paul E. McKenney
2016-06-15
1
-5
/
+6
|
|
|
*
|
rcu: Move expedited code from tree_plugin.h to tree_exp.h
Paul E. McKenney
2016-06-15
2
-88
/
+94
|
|
|
*
|
rcu: Move expedited code from tree.c to tree_exp.h
Paul E. McKenney
2016-06-15
2
-543
/
+566
|
|
|
*
|
rcu: Remove some superfluous lines
Peter Zijlstra
2016-06-15
1
-3
/
+0
|
|
|
*
|
rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init()
Paul E. McKenney
2016-06-15
1
-2
/
+1
|
|
|
*
|
rcu: Fix outdated rcu_scheduler_active comment
Paul E. McKenney
2016-06-15
1
-1
/
+1
|
|
|
|
/
|
|
*
|
Documentation: Fix spelling mistake
Eric Engestrom
2016-06-15
1
-1
/
+1
|
|
*
|
documentation: Add RCU_NONIDLE() restrictions to requirements
Paul E. McKenney
2016-06-15
1
-0
/
+35
|
|
*
|
documentation: Add references to 2010 and 2014 Big API Tables
Paul E. McKenney
2016-06-15
1
-0
/
+2
|
|
*
|
documentation: Add reference to 2014 RCU API LWN article
Paul E. McKenney
2016-06-15
1
-0
/
+1
|
|
|
/
*
|
|
Merge tag 'hwmon-for-linus-v4.8' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-07-25
27
-606
/
+2964
|
\
\
\
|
*
|
|
Documentation: dtb: xgene: Add hwmon dts binding documentation
hotran
2016-07-21
1
-0
/
+14
|
*
|
|
hwmon: (ftsteutates) Remove unused including <linux/version.h>
Wei Yongjun
2016-07-20
1
-1
/
+0
|
*
|
|
hwmon: (adt7411) set bit 3 in CFG1 register
Michael Walle
2016-07-20
1
-1
/
+4
|
*
|
|
hwmon: Add driver for FTS BMC chip "Teutates"
Thilo Cestonaro
2016-07-20
4
-0
/
+856
|
*
|
|
hwmon: (sht3x) add humidity heater element control
Matt Ranostay
2016-07-16
2
-0
/
+54
|
*
|
|
hwmon: (jc42) Add support for generic JC-42.4 devicetree binding
Guenter Roeck
2016-07-12
1
-0
/
+10
|
*
|
|
dt/bindings: Add bindings for JC-42.4 compatible temperature sensors
Guenter Roeck
2016-07-12
1
-0
/
+42
[next]