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.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-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
2012-08-15
Input: wacom - Bamboo One 1024 pressure fix
Chris Bagwell
1
-1
/
+1
2012-08-15
e1000e: NIC goes up and immediately goes down
Tushar Dave
1
-3
/
+1
2012-08-15
cfg80211: fix interface combinations check for ADHOC(IBSS)
Liang Li
1
-0
/
+3
2012-08-15
cfg80211: process pending events when unregistering net device
Daniel Drake
3
-1
/
+7
2012-08-15
ARM: pxa: remove irq_to_gpio from ezx-pcap driver
Arnd Bergmann
2
-1
/
+2
2012-08-15
ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfig
Marek Vasut
1
-1
/
+0
2012-08-15
mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables
Mel Gorman
1
-2
/
+23
2012-08-15
x86, microcode: Sanitize per-cpu microcode reloading interface
Borislav Petkov
1
-7
/
+19
2012-08-15
x86, microcode: microcode_core.c simple_strtoul cleanup
Shuah Khan
1
-5
/
+4
2012-08-15
random: mix in architectural randomness in extract_buf()
H. Peter Anvin
1
-24
/
+32
2012-08-15
dmi: Feed DMI table to /dev/random driver
Tony Luck
1
-0
/
+3
2012-08-15
random: Add comment to random_initialize()
Tony Luck
1
-0
/
+10
2012-08-15
random: remove rand_initialize_irq()
Theodore Ts'o
7
-81
/
+0
2012-08-15
mfd: wm831x: Feed the device UUID into device_add_randomness()
Mark Brown
1
-0
/
+8
2012-08-15
rtc: wm831x: Feed the write counter into device_add_randomness()
Mark Brown
1
-1
/
+23
2012-08-15
MAINTAINERS: Theodore Ts'o is taking over the random driver
Theodore Ts'o
1
-1
/
+1
2012-08-15
random: add tracepoints for easier debugging and verification
Theodore Ts'o
2
-4
/
+156
2012-08-15
random: add new get_random_bytes_arch() function
Theodore Ts'o
2
-4
/
+24
2012-08-15
random: use the arch-specific rng in xfer_secondary_pool
Theodore Ts'o
1
-9
/
+16
2012-08-15
net: feed /dev/random with the MAC address when registering a device
Theodore Ts'o
2
-0
/
+4
2012-08-15
usb: feed USB device information to the /dev/random driver
Theodore Ts'o
1
-0
/
+9
2012-08-15
random: create add_device_randomness() interface
Linus Torvalds
2
-0
/
+29
2012-08-15
random: use lockless techniques in the interrupt path
Theodore Ts'o
1
-39
/
+39
2012-08-15
random: make 'add_interrupt_randomness()' do something sane
Theodore Ts'o
4
-24
/
+90
2012-08-15
drivers/char/random.c: fix boot id uniqueness race
Mathieu Desnoyers
1
-3
/
+8
2012-08-15
random: Adjust the number of loops when initializing
H. Peter Anvin
1
-1
/
+1
2012-08-15
random: Use arch-specific RNG to initialize the entropy store
Theodore Ts'o
1
-0
/
+6
2012-08-15
random: Use arch_get_random_int instead of cycle counter if avail
Linus Torvalds
1
-2
/
+6
2012-08-15
fix typo/thinko in get_random_bytes()
Luck, Tony
1
-1
/
+1
2012-08-15
random: Add support for architectural random hooks
H. Peter Anvin
2
-2
/
+34
2012-08-15
x86, nops: Missing break resulting in incorrect selection on Intel
Alan Cox
1
-1
/
+1
2012-08-15
mac80211: cancel mesh path timer
Johannes Berg
1
-0
/
+1
2012-08-15
mm: mmu_notifier: fix freed page still mapped in secondary MMU
Xiao Guangrong
1
-22
/
+23
2012-08-15
ARM: 7479/1: mm: avoid NULL dereference when flushing gate_vma with VIVT caches
Will Deacon
1
-2
/
+6
2012-08-15
ARM: 7478/1: errata: extend workaround for erratum #720789
Will Deacon
1
-0
/
+12
2012-08-15
mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()
Joonsoo Kim
1
-3
/
+3
2012-08-15
pcdp: use early_ioremap/early_iounmap to access pcdp table
Greg Pearson
1
-2
/
+2
2012-08-15
nilfs2: fix deadlock issue between chcp and thaw ioctls
Ryusuke Konishi
4
-2
/
+8
2012-08-15
SUNRPC: return negative value in case rpcbind client creation error
Stanislav Kinsbursky
1
-2
/
+2
2012-08-15
Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts
Tony Luck
2
-3
/
+3
2012-08-15
x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'
Kevin Winchester
10
-32
/
+7
2012-08-09
Linux 3.0.40
v3.0.40
Greg Kroah-Hartman
1
-1
/
+1
2012-08-09
futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
Darren Hart
1
-5
/
+8
2012-08-09
futex: Fix bug in WARN_ON for NULL q.pi_state
Darren Hart
1
-1
/
+1
2012-08-09
futex: Test for pi_mutex on fault in futex_wait_requeue_pi()
Darren Hart
1
-1
/
+1
2012-08-09
m68k: Correct the Atari ALLOWINT definition
Mikael Pettersson
1
-2
/
+2
2012-08-09
m68k: Make sys_atomic_cmpxchg_32 work on classic m68k
Andreas Schwab
1
-2
/
+6
2012-08-09
ASoC: wm8994: Ensure there are enough BCLKs for four channels
Mark Brown
1
-1
/
+1
2012-08-09
ASoC: wm8962: Allow VMID time to fully ramp
Mark Brown
1
-0
/
+3
2012-08-09
ALSA: mpu401: Fix missing initialization of irq field
Takashi Iwai
1
-0
/
+1
[prev]
[next]