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
2017-07-03
15
-136
/
+295
|
\
|
*
x86/xen/efi: Initialize only the EFI struct members used by Xen
Daniel Kiper
2017-06-23
1
-33
/
+12
|
*
efi: Process the MEMATTR table only if EFI_MEMMAP is enabled
Daniel Kiper
2017-06-23
1
-1
/
+2
|
*
efi/arm: Enable DMI/SMBIOS
Ard Biesheuvel
2017-06-05
4
-15
/
+52
|
*
x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as well
Sai Praneeth
2017-06-05
3
-3
/
+14
|
*
efi/efi_test: Use memdup_user() helper
Geliang Tang
2017-06-05
1
-8
/
+3
|
*
efi/capsule: Add support for Quark security header
Jan Kiszka
2017-06-05
2
-0
/
+146
|
*
efi/capsule-loader: Use page addresses rather than struct page pointers
Ard Biesheuvel
2017-06-05
3
-9
/
+14
|
*
efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak alias
Ard Biesheuvel
2017-06-05
2
-29
/
+39
|
*
efi/capsule: Remove NULL test on kmap()
Fabian Frederick
2017-06-05
2
-8
/
+0
|
*
efi/capsule-loader: Use a cached copy of the capsule header
Ard Biesheuvel
2017-06-05
1
-24
/
+17
|
*
efi/capsule: Adjust return type of efi_capsule_setup_info()
Jan Kiszka
2017-06-05
1
-2
/
+2
|
*
efi/capsule: Clean up pr_err/_info() messages
Jan Kiszka
2017-06-05
1
-11
/
+8
|
*
efi/capsule: Remove pr_debug() on ENOMEM or EFAULT
Jan Kiszka
2017-06-05
1
-9
/
+2
|
*
efi/capsule: Fix return code on failing kmap/vmap
Jan Kiszka
2017-06-05
1
-2
/
+2
*
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-03
79
-4211
/
+1496
|
\
\
|
*
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2017-06-13
79
-4211
/
+1496
|
|
\
\
|
|
*
|
rcu: Remove RCU CPU stall warnings from Tiny RCU
Paul E. McKenney
2017-06-09
4
-97
/
+19
|
|
*
|
rcu: Remove event tracing from Tiny RCU
Paul E. McKenney
2017-06-09
1
-6
/
+0
|
|
*
|
rcu: Move RCU debug Kconfig options to kernel/rcu
Paul E. McKenney
2017-06-09
2
-78
/
+83
|
|
*
|
rcu: Move RCU non-debug Kconfig options to kernel/rcu
Paul E. McKenney
2017-06-09
2
-238
/
+243
|
|
*
|
rcu: Eliminate NOCBs CPU-state Kconfig options
Paul E. McKenney
2017-06-09
11
-131
/
+26
|
|
*
|
rcu: Remove debugfs tracing
Paul E. McKenney
2017-06-09
13
-1192
/
+4
|
|
*
|
srcu: Remove Classic SRCU
Paul E. McKenney
2017-06-09
10
-851
/
+2
|
|
*
|
srcu: Fix rcutorture-statistics typo
Paul E. McKenney
2017-06-09
1
-1
/
+1
|
|
*
|
rcu: Remove SPARSE_RCU_POINTER Kconfig option
Paul E. McKenney
2017-06-09
7
-42
/
+7
|
|
*
|
rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option
Paul E. McKenney
2017-06-09
5
-23
/
+1
|
|
*
|
rcu: Remove typecheck() from RCU locking wrapper functions
Paul E. McKenney
2017-06-09
1
-8
/
+4
|
|
*
|
rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.h
Paul E. McKenney
2017-06-09
3
-7
/
+2
|
|
*
|
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
2017-06-09
9
-551
/
+9
|
|
*
|
rcu: Remove the RCU_KTHREAD_PRIO Kconfig option
Paul E. McKenney
2017-06-09
5
-37
/
+1
|
|
*
|
rcu: Remove *_SLOW_* Kconfig options
Paul E. McKenney
2017-06-09
16
-135
/
+24
|
|
*
|
srcu: Use rnp->lock wrappers to replace explicit memory barriers
Paul E. McKenney
2017-06-09
2
-52
/
+47
|
|
*
|
rcu: Move rnp->lock wrappers for SRCU use
Paul E. McKenney
2017-06-09
2
-53
/
+53
|
|
*
|
rcu: Convert rnp->lock wrappers to macros for SRCU use
Paul E. McKenney
2017-06-09
1
-26
/
+21
|
|
*
|
rcu: Refactor #includes from include/linux/rcupdate.h
Paul E. McKenney
2017-06-09
2
-17
/
+13
|
|
*
|
bcm47xx: Fix build regression
Arnd Bergmann
2017-06-09
1
-0
/
+1
|
|
*
|
lockdep: Use consistent printing primitives
Paul E. McKenney
2017-06-09
1
-86
/
+86
|
|
*
|
srcu: Apply trivial callback lists to shrink Tiny SRCU
Paul E. McKenney
2017-06-09
4
-44
/
+37
|
|
*
|
srcu: Shrink srcu.h by moving docbook and private function
Paul E. McKenney
2017-06-09
6
-27
/
+23
|
|
*
|
srcu: Prevent sdp->srcu_gp_seq_needed counter wrap
Paul E. McKenney
2017-06-09
2
-0
/
+27
|
|
*
|
rcu: Move rcutiny.h to new empty/true/false-function style
Paul E. McKenney
2017-06-09
1
-55
/
+16
|
|
*
|
rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.h
Paul E. McKenney
2017-06-09
3
-7
/
+6
|
|
*
|
rcu: Move torture-related functions out of rcutiny.h and rcutree.h
Paul E. McKenney
2017-06-09
3
-96
/
+99
|
|
*
|
rcu: move rcupdate.h to the new true/false-function style
Paul E. McKenney
2017-06-09
1
-11
/
+2
|
|
*
|
rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.h
Paul E. McKenney
2017-06-09
2
-12
/
+12
|
|
*
|
rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.h
Paul E. McKenney
2017-06-09
2
-9
/
+8
|
|
*
|
rcu: Improve __call_rcu() debug-objects error message
Paul E. McKenney
2017-06-09
1
-2
/
+7
|
|
*
|
rcu: Remove linux/debugobjects.h from rcupdate.h
Paul E. McKenney
2017-06-09
1
-1
/
+0
|
|
*
|
rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.h
Paul E. McKenney
2017-06-09
2
-4
/
+4
[next]