summaryrefslogtreecommitdiffstats
path: root/include/net/rtnetlink.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds35-5/+32
2011-05-20[IA64] define "_sdata" symbolTony Luck1-0/+1
2011-05-20pstore: Fix Kconfig dependencies for apei->pstoreLuck, Tony1-0/+1
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French2-4/+8
2011-05-20MAINTAINERS: Add drivers/clocksource to TIMEKEEPINGThomas Gleixner1-0/+1
2011-05-20clockevents/source: Use u64 to make 32bit happyThomas Gleixner2-2/+2
2011-05-20powerpc: Fix hard CPU IDs detectionBenjamin Herrenschmidt1-4/+7
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt7-1/+20
2011-05-20powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt1-44/+12
2011-05-20selinux: avoid unnecessary avc cache stat hit countLinus Torvalds3-9/+11
2011-05-20powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processorsPaul Mackerras2-0/+7
2011-05-20powerpc/kvm: Fix kvmppc_core_pending_decPaul Mackerras1-1/+1
2011-05-20selinux: de-crapify avc cache stat code generationLinus Torvalds1-5/+1
2011-05-20signal.h need a definition of struct task_structStephen Rothwell1-0/+2
2011-05-20core_kernel_data(): Fix architectures that do not define _sdataIngo Molnar1-1/+1
2011-05-20[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones29-36/+37
2011-05-19Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney5-73/+102
2011-05-19list: remove prefetching from regular list iteratorsLinus Torvalds2-18/+14
2011-05-19hlist: remove software prefetching in hlist iteratorsLinus Torvalds2-10/+9
2011-05-19kmemleak: Initialise kmemleak after debug_objects_mem_init()Catalin Marinas1-1/+1
2011-05-19kmemleak: Select DEBUG_FS unconditionally in DEBUG_KMEMLEAKCatalin Marinas1-1/+1
2011-05-19kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas1-2/+5
2011-05-19input/atari: Fix mouse movement and button mappingGeert Uytterhoeven1-4/+4
2011-05-19input/atari: Fix atarimouse initMichael Schmitz2-4/+6
2011-05-19input/atari: Use the correct mouse interrupt hookMichael Schmitz3-8/+3
2011-05-19m68k/atari: Do not use "/" in interrupt namesGeert Uytterhoeven4-4/+4
2011-05-19m68k: unistd - Comment out definitions for unimplemented syscallsGeert Uytterhoeven1-22/+24
2011-05-19m68k: Really wire up sys_pselect6 and sys_ppollGeert Uytterhoeven1-2/+2
2011-05-19m68k: Merge mmu and non-mmu versions of sys_call_tableGeert Uytterhoeven3-445/+96
2011-05-19MAINTAINERS: Roman Zippel has been MIA for several years.Geert Uytterhoeven1-5/+4
2011-05-19m68k: bitops - Never step beyond the end of the bitmapGeert Uytterhoeven1-26/+55
2011-05-19m68k: bitops - offset == ((long)p - (long)vaddr) * 8Geert Uytterhoeven1-4/+2
2011-05-19drivers/xen/sys-hypervisor: Cleanup code/data sections definitionsDaniel Kiper1-1/+1
2011-05-19arch/x86/xen/smp: Cleanup code/data sections definitionsDaniel Kiper1-4/+4
2011-05-19arch/x86/xen/time: Cleanup code/data sections definitionsDaniel Kiper1-4/+4
2011-05-19arch/x86/xen/xen-ops: Cleanup code/data sections definitionsDaniel Kiper1-1/+1
2011-05-19arch/x86/xen/mmu: Cleanup code/data sections definitionsDaniel Kiper1-17/+17
2011-05-19[CIFS] Remove sparse warningSteve French2-2/+3
2011-05-19[CIFS] Update cifs to version 1.72Steve French1-1/+1
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar3-62/+6
2011-05-19cifs: Unconditionally copy mount options to superblock infoSean Finney4-16/+6
2011-05-19cifs: Use kstrndup for cifs_sb->mountdataSean Finney1-11/+6
2011-05-19cifs: Simplify handling of submount options in cifs_mount.Sean Finney1-13/+11
2011-05-19cifs: cifs_parse_mount_options: do not tokenize mount options in-placeSean Finney1-35/+74
2011-05-19cifs: Add support for mounting Windows 2008 DFS sharesSean Finney1-0/+18
2011-05-19cifs: Extract DFS referral expansion logic to separate functionSean Finney1-36/+69
2011-05-19cifs: turn BCC into a static inlined functionJeff Layton1-3/+6
2011-05-19cifs: keep BCC in little-endian formatJeff Layton9-82/+41
2011-05-19cifs: fix some unused variable warnings in id_rb_searchJeff Layton1-5/+0
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky4-57/+113