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.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
2011-07-29
of/gpio: export of_gpio_simple_xlate
Jamie Iles
2
-2
/
+12
2011-07-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
36
-2839
/
+6483
2011-07-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
23
-1010
/
+965
2011-07-28
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
4
-13
/
+33
2011-07-28
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
44
-632
/
+1856
2011-07-28
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
49
-40
/
+22173
2011-07-28
Merge branch 'integration' into for-linus
Chris Mason
23
-1010
/
+965
2011-07-28
Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errors
Chris Mason
1
-1
/
+6
2011-07-27
signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()
Oleg Nesterov
2
-16
/
+6
2011-07-27
sparc: rename atomic_add_unless
Stephen Rothwell
1
-2
/
+2
2011-07-27
proc: make struct proc_dir_entry::name a terminal array rather than a pointer
David Howells
4
-8
/
+7
2011-07-27
Btrfs: use the commit_root for reading free_space_inode crcs
Chris Mason
3
-19
/
+28
2011-07-27
Btrfs: reduce extent_state lock contention for metadata
Chris Mason
1
-14
/
+41
2011-07-27
Btrfs: remove lockdep magic from btrfs_next_leaf
Chris Mason
1
-31
/
+5
2011-07-27
Btrfs: make a lockdep class for each root
Chris Mason
4
-38
/
+79
2011-07-27
Btrfs: switch the btrfs tree locks to reader/writer
Chris Mason
9
-218
/
+431
2011-07-27
Btrfs: fix deadlock when throttling transactions
Josef Bacik
1
-2
/
+9
2011-07-27
Btrfs: stop using highmem for extent_buffers
Chris Mason
7
-378
/
+52
2011-07-27
Btrfs: fix BUG_ON() caused by ENOSPC when relocating space
Miao Xie
1
-7
/
+21
2011-07-27
Btrfs: tag pages for writeback in sync
Josef Bacik
1
-3
/
+9
2011-07-27
Btrfs: fix enospc problems with delalloc
Josef Bacik
6
-60
/
+86
2011-07-27
Btrfs: don't flush delalloc arbitrarily
Josef Bacik
1
-3
/
+0
2011-07-27
Btrfs: use find_or_create_page instead of grab_cache_page
Josef Bacik
5
-7
/
+9
2011-07-27
Btrfs: use a worker thread to do caching
Josef Bacik
3
-29
/
+27
2011-07-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...
Linus Torvalds
3
-10
/
+4
2011-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
Linus Torvalds
1
-2
/
+2
2011-07-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
21
-217
/
+1035
2011-07-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
44
-317
/
+1943
2011-07-27
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
16
-133
/
+149
2011-07-27
staging: brcm80211: Fix double include introduced by bad merge
Daniel Morsing
1
-2
/
+0
2011-07-27
microblaze: Do not show error message for 32 interrupt lines
Michal Simek
1
-1
/
+1
2011-07-27
Merge branch 'next' into for-linus
Dmitry Torokhov
7903
-383404
/
+474372
2011-07-27
xfs: optimize the negative xattr caching
Christoph Hellwig
1
-2
/
+7
2011-07-27
xfs: prevent against ioend livelocks in xfs_file_fsync
Christoph Hellwig
1
-0
/
+2
2011-07-27
xfs: flag all buffers as metadata
Christoph Hellwig
1
-0
/
+3
2011-07-27
xfs: encapsulate a block of debug code
Alex Elder
1
-11
/
+21
2011-07-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
25
-120
/
+133
2011-07-27
Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
51
-1380
/
+3575
2011-07-27
Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
214
-1159
/
+4530
2011-07-27
Merge branch 'next/board' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
12
-48
/
+1205
2011-07-27
Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
98
-577
/
+212
2011-07-27
Merge branch 'next/fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
22
-55
/
+288
2011-07-27
Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
57
-13
/
+2820
2011-07-27
Merge branch 'next-i2c' of git://git.fluff.org/bjdooks/linux
Linus Torvalds
2
-21
/
+37
2011-07-27
asm-generic/atomic.h: allow SMP peeps to leverage this
Mike Frysinger
1
-1
/
+15
2011-07-27
asm-generic/atomic.h: add atomic_set_mask() helper
Mike Frysinger
1
-0
/
+16
2011-07-27
asm-generic/atomic.h: fix type used in atomic_clear_mask
Mike Frysinger
1
-2
/
+9
2011-07-27
asm-generic/atomic.h: simplify inc/dec test helpers
Mike Frysinger
1
-2
/
+2
2011-07-27
atomic: Update comments in atomic.h
Arun Sharma
2
-1
/
+4
2011-07-27
atomic: cleanup asm-generic atomic*.h inclusion
Arun Sharma
23
-50
/
+5
[next]