summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sh: Handle early ioremaps through fixed mappings.Paul Mundt2010-01-183-3/+16
* Merge branch 'sh/stable-updates'Paul Mundt2010-01-18344-2190/+3138
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-01-1711-115/+71
| |\
| | * do_add_mount() should sanitize mnt_flagsAl Viro2010-01-161-0/+2
| | * CIFS shouldn't make mountpoints shrinkableAl Viro2010-01-161-2/+1
| | * mnt_flags fixes in do_remount()Al Viro2010-01-161-1/+5
| | * attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared()Al Viro2010-01-161-2/+2
| | * may_umount() needs namespace_semAl Viro2010-01-161-0/+2
| | * Fix configfs leakAl Viro2010-01-141-1/+3
| | * Fix the -ESTALE handling in do_filp_open()Al Viro2010-01-141-11/+9
| | * ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi2010-01-141-12/+12
| | * Fix ACC_MODE() for realAl Viro2010-01-143-8/+3
| | * Unrot uml mconsole a bitAl Viro2010-01-141-31/+18
| | * hppfs: handle ->put_link()Al Viro2010-01-141-6/+12
| | * Kill 9p readlink()Al Viro2010-01-141-40/+1
| | * fix autofs/afs/etc. magic mountpoint breakageAl Viro2010-01-142-1/+1
| * | modpost: fix segfault in sym_is() with prefixed archesMike Frysinger2010-01-171-1/+1
| * | page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro2010-01-161-1/+1
| * | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-01-166-15/+16
| |\ \
| | * | i2c: Do not use device name after device_unregisterThadeu Lima de Souza Cascardo2010-01-161-2/+3
| | * | i2c/pca: Don't use *_interruptibleWolfram Sang2010-01-162-4/+4
| | * | i2c-ali1563: Remove sparse warningsMárton Németh2010-01-161-4/+4
| | * | i2c: Test off by one in {piix4,vt596}_transaction()Roel Kluin2010-01-162-4/+4
| | * | i2c-core: Storage class should be before const qualifierTobias Klauser2010-01-161-1/+1
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-167-11/+42
| |\ \ \
| | * | | x86, uv: Ensure hub revision set for all ACPI modes.Russ Anderson2010-01-151-1/+4
| | * | | x86, uv: Add function retrieving node controller revision numberJack Steiner2010-01-152-0/+18
| | * | | x86: xen: 64-bit kernel RPL should be 0Ian Campbell2010-01-131-0/+4
| | * | | x86: kernel_thread() -- initialize SS to a known stateCyrill Gorcunov2010-01-131-0/+2
| | * | | x86/agp: Fix agp_amd64_init and agp_amd64_cleanupFUJITA Tomonori2010-01-132-2/+4
| | * | | x86: SGI UV: Fix mapping of MMIO registersMike Travis2010-01-131-7/+8
| | * | | x86: mce.h: Fix warning in header checksAlan Cox2010-01-131-1/+2
| * | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-161-15/+12
| |\ \ \ \
| | * | | | futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro2010-01-131-15/+12
| * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-162-22/+36
| |\ \ \ \ \
| | * | | | | perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo2010-01-131-11/+22
| | * | | | | perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo2010-01-131-5/+6
| | * | | | | perf: Stop stack frame walking off kernel addresses boundariesFrederic Weisbecker2010-01-131-6/+8
| | |/ / / /
| * | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-01-166-17/+56
| |\ \ \ \ \
| | * | | | | tracing/filters: Add comment for match callbacksLi Zefan2010-01-141-1/+12
| | * | | | | tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan2010-01-141-4/+3
| | * | | | | tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan2010-01-141-1/+1
| | * | | | | lib: Introduce strnstr()Li Zefan2010-01-142-2/+30
| | * | | | | tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan2010-01-141-2/+3
| | * | | | | tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan2010-01-141-1/+1
| | * | | | | ftrace: Fix MATCH_END_ONLY function filterLi Zefan2010-01-141-3/+3
| | * | | | | tracing/x86: Derive arch from bits argument in recordmcount.plJan Kiszka2010-01-111-1/+1
| | * | | | | Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2010-01-071-2/+2
| | |\ \ \ \ \
| | | * | | | | ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt2010-01-061-1/+1
| | | * | | | | ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp2010-01-061-1/+1
OpenPOWER on IntegriCloud