index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-02-24
smp: Teach __smp_call_function_single() to check for offline cpus
Jan Kara
1
-2
/
+1
2014-02-24
smp: Remove unused list_head from csd
Jan Kara
1
-4
/
+1
2014-02-24
smp: Iterate functions through llist_for_each_entry_safe()
Jan Kara
1
-9
/
+3
2014-02-24
block: Stop abusing rq->csd.list in blk-softirq
Jan Kara
1
-6
/
+11
2014-02-24
block: Remove useless IPI struct initialization
Frederic Weisbecker
1
-4
/
+1
2014-02-24
block: Stop abusing csd.list for fifo_time
Jan Kara
4
-14
/
+9
2014-02-22
fs/bio-integrity: remove duplicate code
Gu Zheng
1
-49
/
+37
2014-02-18
block: Substitute rcu_access_pointer() for rcu_dereference_raw()
Paul E. McKenney
2
-2
/
+2
2014-02-18
block: Use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
3
-6
/
+10
2014-02-18
bio: don't write "bio: create slab" messages to syslog
Mikulas Patocka
1
-1
/
+0
2014-02-16
Linux 3.14-rc3
v3.14-rc3
Linus Torvalds
1
-1
/
+1
2014-02-16
of: search the best compatible match first in __of_match_node()
Kevin Hao
1
-1
/
+42
2014-02-15
Documentation: i2c: mention ACPI method for instantiating devices
Wolfram Sang
1
-0
/
+7
2014-02-15
Documentation: i2c: describe devicetree method for instantiating devices
Wolfram Sang
1
-2
/
+32
2014-02-15
Btrfs: use right clone root offset for compressed extents
Filipe David Borba Manana
1
-0
/
+10
2014-02-15
btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105
Anand Jain
1
-2
/
+8
2014-02-15
i2c: mv64xxx: refactor message start to ensure proper initialization
Wolfram Sang
1
-19
/
+14
2014-02-14
Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol
Josef Bacik
2
-2
/
+9
2014-02-14
Btrfs: fix max_inline mount option
Mitch Harder
1
-1
/
+1
2014-02-14
Btrfs: fix a lockdep warning when cleaning up aborted transaction
Liu Bo
1
-1
/
+0
2014-02-14
Revert "btrfs: add ioctl to export size of global metadata reservation"
Chris Mason
2
-17
/
+0
2014-02-14
Revert "OF: base: match each node compatible against all given matches first"
Kevin Hao
1
-37
/
+16
2014-02-14
Revert "misc: eeprom: sunxi: Add new compatibles"
Greg Kroah-Hartman
2
-7
/
+3
2014-02-14
Revert "ARM: sunxi: dt: Convert to the new SID compatibles"
Greg Kroah-Hartman
3
-3
/
+3
2014-02-14
RDMA/ocrdma: Fix load time panic during GID table init
Devesh Sharma
1
-1
/
+1
2014-02-14
RDMA/ocrdma: Fix traffic class shift
Devesh Sharma
1
-1
/
+1
2014-02-14
IB/iser: Fix use after free in iser_snd_completion()
Dan Carpenter
1
-1
/
+2
2014-02-14
IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co...
Roi Dayan
1
-3
/
+7
2014-02-14
IB/usnic: Fix smatch endianness error
Upinder Malhi
1
-1
/
+8
2014-02-14
arm64: KVM: Add VGIC device control for arm64
Christoffer Dall
2
-0
/
+10
2014-02-14
x86/efi: Check status field to validate BGRT header
Matt Fleming
1
-1
/
+1
2014-02-14
EDAC: Correct workqueue setup path
Borislav Petkov
1
-4
/
+7
2014-02-14
EDAC: Poll timeout cannot be zero, p2
Borislav Petkov
3
-7
/
+9
2014-02-14
x86/efi: Fix 32-bit fallout
Borislav Petkov
4
-3
/
+19
2014-02-14
video: Kconfig: Allow more broad selection of the imxfb framebuffer driver.
Denis Carikli
1
-1
/
+1
2014-02-14
video: exynos: Fix S6E8AX0 LCD driver build error
Sachin Kamat
1
-1
/
+2
2014-02-14
IB/mlx5: Remove dependency on X86
Eli Cohen
2
-2
/
+2
2014-02-14
mlx5: Add include of <linux/slab.h> because of kzalloc()/kfree() use
Roland Dreier
1
-0
/
+2
2014-02-14
hwmon: (ntc_thermistor) Avoid math overflow
Doug Anderson
1
-3
/
+3
2014-02-13
IB/qib: Add missing serdes init sequence
Mike Marciniszyn
1
-0
/
+5
2014-02-13
RDMA/cxgb4: Add missing neigh_release in LE-Workaround path
Kumar Sanghvi
1
-0
/
+1
2014-02-13
IB: Report using RoCE IP based gids in port caps
Moni Shoua
3
-3
/
+4
2014-02-13
IB/mlx4: Build the port IBoE GID table properly under bonding
Moni Shoua
1
-4
/
+37
2014-02-13
IB/mlx4: Do IBoE GID table resets per-port
Moni Shoua
1
-17
/
+18
2014-02-13
IB/mlx4: Do IBoE locking earlier when initializing the GID table
Moni Shoua
1
-3
/
+3
2014-02-13
IB/mlx4: Move rtnl locking to the right place
Moni Shoua
1
-2
/
+2
2014-02-13
IB/mlx4: Make sure GID index 0 is always occupied
Moni Shoua
1
-24
/
+68
2014-02-13
tick: Clear broadcast pending bit when switching to oneshot
Thomas Gleixner
1
-0
/
+1
2014-02-13
lockd: send correct lock when granting a delayed lock.
NeilBrown
1
-0
/
+8
2014-02-13
vt: Fix secure clear screen
Petr Písař
1
-0
/
+2
[next]