| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() API | Davidlohr Bueso | 2016-07-07 | 2 | -0/+150 |
* | locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions | Peter Zijlstra | 2016-06-16 | 1 | -10/+0 |
* | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 2 | -23/+0 |
* | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}... | Peter Zijlstra | 2016-06-16 | 4 | -5/+431 |
* | locking/atomic: Fix atomic64_relaxed() bits | Peter Zijlstra | 2016-06-16 | 1 | -153/+153 |
* | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2016-06-14 | 2 | -4/+8 |
* | locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.h | Peter Zijlstra | 2016-06-14 | 2 | -37/+39 |
* | locking/barriers: Introduce smp_acquire__after_ctrl_dep() | Peter Zijlstra | 2016-06-14 | 1 | -5/+12 |
* | locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() | Peter Zijlstra | 2016-06-14 | 1 | -6/+19 |
* | Merge branch 'linus' into locking/core, to pick up fixes before merging new c... | Ingo Molnar | 2016-06-14 | 31 | -47/+121 |
|\ |
|
| * | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang... | Linus Torvalds | 2016-06-12 | 1 | -0/+2 |
| |\ |
|
| | * | thermal: add the note for set_trip_temp | Caesar Wang | 2016-06-01 | 1 | -0/+2 |
| * | | Merge tag 'devicetree-fixes-for-4.7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-06-11 | 3 | -2/+9 |
| |\ \ |
|
| | * | | drivers: of: add definition of early_init_dt_alloc_reserved_memory_arch | Ben Dooks | 2016-06-09 | 1 | -0/+7 |
| | * | | drivers: of: Fix of_pci.h header guard | Robin Murphy | 2016-06-08 | 1 | -1/+1 |
| | * | | of: add missing const for of_parse_phandle_with_args() in !CONFIG_OF | Kuninori Morimoto | 2016-06-03 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-06-10 | 1 | -1/+1 |
| |\ \ |
|
| | * | | btrfs: Use __u64 in exported linux/btrfs.h. | Vinson Lee | 2016-05-30 | 1 | -1/+1 |
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-06-10 | 2 | -38/+22 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-06-10 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | efi: Fix for_each_efi_memory_desc_in_map() for empty memmaps | Vitaly Kuznetsov | 2016-06-03 | 1 | -1/+1 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-06-10 | 11 | -13/+37 |
| |\ \ \ \ \ |
|
| | * | | | | | packet: compat support for sock_fprog | Willem de Bruijn | 2016-06-10 | 1 | -0/+1 |
| | * | | | | | net/mlx5: E-Switch, Modify node guid on vf set MAC | Noa Osherovich | 2016-06-10 | 2 | -2/+9 |
| | * | | | | | net/mlx5: Fix flow steering NIC capabilities check | Maor Gottlieb | 2016-06-10 | 1 | -0/+6 |
| | * | | | | | net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctly | Shahar Klein | 2016-06-10 | 2 | -3/+2 |
| | * | | | | | net/mlx5: Fix the size of modify QP mailbox | Majd Dibbiny | 2016-06-10 | 1 | -0/+1 |
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2016-06-08 | 1 | -1/+1 |
| | |\ \ \ \ \ |
|
| | | * | | | | | ipvs: update real-server binding of outgoing connections in SIP-pe | Marco Angaroni | 2016-06-06 | 1 | -1/+1 |
| | * | | | | | | net: sched: fix tc_should_offload for specific clsact classes | Daniel Borkmann | 2016-06-08 | 2 | -3/+8 |
| | * | | | | | | gtp: #define _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__ | Colin Ian King | 2016-06-08 | 1 | -1/+1 |
| | * | | | | | | net_sched: keep backlog updated with qlen | WANG Cong | 2016-06-07 | 1 | -1/+4 |
| | |/ / / / / |
|
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2016-06-02 | 2 | -2/+4 |
| | |\ \ \ \ \ |
|
| | | * | | | | | netfilter: nf_queue: Make the queue_handler pernet | Eric W. Biederman | 2016-05-25 | 2 | -2/+4 |
| * | | | | | | | Merge tag 'sound-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2016-06-10 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | ALSA: uapi: Add three missing header files to Kbuild file | Robert P. J. Day | 2016-05-31 | 1 | -0/+3 |
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-06-10 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ |
|
| | | \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ | |
| | *-. \ \ \ \ \ \ | Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' | Rafael J. Wysocki | 2016-06-09 | 1 | -0/+3 |
| | |\ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE | Catalin Marinas | 2016-06-02 | 1 | -0/+3 |
| * | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-06-09 | 2 | -6/+5 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | IB/mlx5: Fix pkey_index length in the QP path record | Noa Osherovich | 2016-06-07 | 1 | -3/+2 |
| | * | | | | | | | | | | IB/core: Make all casts in ib_device_cap_flags enum consistent | Max Gurtovoy | 2016-06-07 | 1 | -2/+2 |
| | * | | | | | | | | | | IB/core: Fix bit curruption in ib_device_cap_flags structure | Max Gurtovoy | 2016-06-07 | 1 | -1/+1 |
| | |/ / / / / / / / / |
|
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-06-08 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | coredump: fix dumping through pipes | Mateusz Guzik | 2016-06-08 | 1 | -0/+1 |
| | | |_|_|/ / / / / /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-06-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
| | * | | | | | | | | | clk: Remove CLK_IS_ROOT flag | Stephen Boyd | 2016-06-01 | 1 | -1/+1 |
| | |/ / / / / / / / |
|
| * | | | | | | | | | devpts: Make each mount of devpts an independent filesystem. | Eric W. Biederman | 2016-06-05 | 2 | -5/+6 |
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-06-04 | 3 | -6/+6 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | FS-Cache: make check_consistency callback return int | Yan, Zheng | 2016-06-01 | 1 | -1/+1 |