index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-10
Fix weird uses of num_online_cpus().
Rusty Russell
5
-10
/
+8
2015-03-10
cpumask: remove deprecated functions.
Rusty Russell
2
-155
/
+0
2015-03-10
mips: fix obsolete cpumask_of_cpu usage.
Rusty Russell
1
-1
/
+1
2015-03-10
x86: fix more deprecated cpu function usage.
Rusty Russell
1
-2
/
+2
2015-03-10
ia64: remove deprecated cpus_ usage.
Rusty Russell
1
-2
/
+2
2015-03-10
powerpc: fix deprecated CPU_MASK_CPU0 usage.
Rusty Russell
1
-1
/
+1
2015-03-05
CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region.
Rusty Russell
1
-19
/
+12
2015-03-05
staging/lustre/o2iblnd: Don't use cpus_weight
Oleg Drokin
1
-2
/
+2
2015-03-05
staging/lustre/libcfs: replace deprecated cpus_ calls with cpumask_
Oleg Drokin
1
-49
/
+53
2015-03-05
staging/lustre/ptlrpc: Do not use deprecated cpus_* functions
Oleg Drokin
2
-10
/
+7
2015-03-05
blackfin: fix up obsolete cpu function usage.
Rusty Russell
1
-1
/
+1
2015-03-05
parisc: fix up obsolete cpu function usage.
Rusty Russell
1
-2
/
+2
2015-03-05
tile: fix up obsolete cpu function usage.
Rusty Russell
1
-1
/
+1
2015-03-05
arm64: fix up obsolete cpu function usage.
Rusty Russell
1
-1
/
+1
2015-03-05
mips: fix up obsolete cpu function usage.
Rusty Russell
17
-45
/
+45
2015-03-05
x86: fix up obsolete cpu function usage.
Rusty Russell
3
-9
/
+9
2015-03-05
um: fix up obsolete cpu function usage.
Rusty Russell
1
-6
/
+6
2015-03-05
ia64: fix up obsolete cpu function usage.
Rusty Russell
11
-72
/
+75
2015-03-05
drivers: fix up obsolete cpu function usage.
Rusty Russell
6
-12
/
+13
2015-03-05
ia64: Use for_each_cpu_and() and cpumask_any_and() instead of temp var.
Rusty Russell
2
-9
/
+5
2015-03-05
cpumask: fix cpu-hotplug documentation
Rusty Russell
1
-1
/
+1
2015-03-04
Merge tag 'dma-buf-for-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+6
2015-03-04
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-26
/
+31
2015-03-04
Merge tag 'arc-4.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-36
/
+73
2015-03-04
Merge tag 'powerpc-4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
6
-28
/
+45
2015-03-04
powerpc/iommu: Remove IOMMU device references via bus notifier
Nishanth Aravamudan
4
-26
/
+34
2015-03-04
powerpc/smp: Wait until secondaries are active & online
Michael Ellerman
1
-2
/
+2
2015-03-04
Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-1
/
+5
2015-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
116
-737
/
+1273
2015-03-03
openvswitch: Fix serialization of non-masked set actions.
Joe Stringer
1
-1
/
+7
2015-03-03
gianfar: Reduce logging noise seen due to phy polling if link is down
Guenter Roeck
1
-2
/
+2
2015-03-03
ibmveth: Add function to enable live MAC address changes
Thomas Falcon
1
-1
/
+23
2015-03-03
net: bridge: add compile-time assert for cb struct size
Florian Westphal
1
-0
/
+2
2015-03-03
Linux 4.0-rc2
v4.0-rc2
Linus Torvalds
1
-1
/
+1
2015-03-03
drm/i915: Fix modeset state confusion in the load detect code
Daniel Vetter
1
-0
/
+1
2015-03-03
udp: only allow UFO for packets from SOCK_DGRAM sockets
Michal Kubeček
2
-2
/
+4
2015-03-03
Merge branch 'sh_eth'
David S. Miller
1
-5
/
+10
2015-03-03
sh_eth: Really fix padding of short frames on TX
Ben Hutchings
1
-1
/
+1
2015-03-03
Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"
Ben Hutchings
1
-3
/
+2
2015-03-03
sh_eth: Fix RX recovery on R-Car in case of RX ring underrun
Ben Hutchings
1
-1
/
+1
2015-03-03
sh_eth: Ensure proper ordering of descriptor active bit write/read
Ben Hutchings
1
-0
/
+6
2015-03-03
KVM: MIPS: Enable after disabling interrupt
Tapasweni Pathak
1
-0
/
+1
2015-03-03
KVM: MIPS: Fix trace event to save PC directly
James Hogan
1
-3
/
+3
2015-03-03
Merge tag 'gpio-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2
-8
/
+15
2015-03-03
Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
12
-67
/
+145
2015-03-03
KVM: SVM: fix interrupt injection (apic->isr_count always 0)
Radim Krčmář
2
-8
/
+2
2015-03-03
Merge tag 'md/4.0-fixes' of git://neil.brown.name/md
Linus Torvalds
3
-12
/
+20
2015-03-03
Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2015-03-02
Merge branch 'mlx4'
David S. Miller
4
-6
/
+14
2015-03-02
net/mlx4_en: Disbale GRO for incoming loopback/selftest packets
Ido Shamay
1
-1
/
+7
[next]