summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-15Linux 2.6.25-rc2v2.6.25-rc2Linus Torvalds1-2/+2
2008-02-15Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-16/+21
2008-02-15Merge branch 'linus_origin' into hotfixesTrond Myklebust271-3432/+5317
2008-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds60-1953/+5663
2008-02-15[NET]: Make sure sockets implement splice_readRĂ©mi Denis-Courmont1-0/+3
2008-02-15netconsole: avoid null pointer dereference at show_local_mac()Keiichi KII1-2/+2
2008-02-14[IPV6]: Fix reversed local_df test in ip6_fragmentHerbert Xu1-2/+2
2008-02-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-11/+54
2008-02-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds18-22/+271
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds81-1830/+3352
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds5-22/+40
2008-02-14Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds3-37/+75
2008-02-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds9-30/+51
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds12-13/+46
2008-02-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds19-54/+76
2008-02-14dentries: Extract common code to remove dentry from lruChristoph Lameter1-28/+14
2008-02-14d_path: Make d_path() use a struct pathJan Blunck12-36/+24
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck9-17/+16
2008-02-14Use struct path in struct svc_expkeyJan Blunck2-19/+14
2008-02-14Use struct path in struct svc_exportJan Blunck9-70/+67
2008-02-14d_path: Make get_dcookie() use a struct path argumentJan Blunck4-48/+37
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck5-42/+34
2008-02-14d_path: Use struct path in struct avc_audit_dataJan Blunck6-51/+43
2008-02-14d_path: kerneldoc cleanupJan Blunck1-3/+16
2008-02-14One less parameter to __d_pathJan Blunck1-7/+5
2008-02-14Make set_fs_{root,pwd} take a struct pathJan Blunck3-24/+20
2008-02-14Use struct path in fs_structJan Blunck9-111/+87
2008-02-14Introduce path_get()Jan Blunck2-2/+16
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2-12/+6
2008-02-14Introduce path_put()Jan Blunck41-118/+125
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck47-402/+431
2008-02-14Move struct path into its own headerJan Blunck2-5/+13
2008-02-14Remove path_release_on_umount()Jan Blunck3-12/+3
2008-02-14Dont touch fs_struct in usermodehelperJan Blunck1-4/+1
2008-02-14Dont touch fs_struct in driversJan Blunck7-19/+6
2008-02-14vfs: add explanation of I_DIRTY_DATASYNC bitJan Kara1-2/+4
2008-02-14Include kernel.h from configfs.hBen Nizette1-0/+1
2008-02-14MAINTAINERS: update decnet and DLM entriesChristine Caulfield1-4/+4
2008-02-14FLAT binaries: drop BINFMT_FLAT bad header magic warningMike Frysinger1-4/+4
2008-02-14m68knommu: use tabs not spaces in cacheflush.hGreg Ungerer1-7/+7
2008-02-14m68knommu: fix profile timerMatt Waddel1-5/+12
2008-02-14m68knommu: use asflags instead of EXTRA_AFLAGSGreg Ungerer12-36/+12
2008-02-14m68knommu: avoid unneccessary use of xchg() in set_mb()Greg Ungerer1-1/+1
2008-02-14m68knommu: fix coldfire interrupt exit pathWalter T Gruczka1-5/+4
2008-02-14MAINTAINERS: add linux-fsdevel to VFS entryPaul Menage1-0/+1
2008-02-14kernel-doc: remove fastcallHarvey Harrison1-1/+0
2008-02-14cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gccJesper Nilsson2-391/+404
2008-02-14inotify: make variables static in inotify_user.cHarvey Harrison1-3/+3
2008-02-14fix module_update_markers() compile errorAdrian Bunk1-2/+1
2008-02-14Fix compile of swim3 as moduleTony Breeds2-6/+0
2008-02-14RDMA/cma: Do not issue MRA if user rejects connection requestSean Hefty1-1/+9
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter2-12/+12
2008-02-14slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter1-5/+38
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter2-8/+12
2008-02-14make slub.c:slab_address() staticAdrian Bunk1-1/+1
2008-02-14slub: kmalloc page allocator pass-through cleanupPekka Enberg2-10/+12
2008-02-14slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz1-2/+1
2008-02-14[XFRM]: Avoid bogus BUG() when throwing new policy away.YOSHIFUJI Hideaki1-0/+1
2008-02-14[AF_KEY]: Fix bug in spdaddKazunori MIYAZAWA1-0/+1
2008-02-14[NETFILTER] nf_conntrack_proto_tcp.c: Mistyped state corrected.Jozsef Kadlecsik1-1/+1
2008-02-14net: xfrm statistics depend on INETPaul Mundt1-1/+1
2008-02-14x86: cpa, fix out of date commentIngo Molnar1-2/+6
2008-02-14KVM is not seen under X86 config with latest git (32 bit compile)Balbir Singh1-2/+2
2008-02-14x86: cpa: ensure page alignmentThomas Gleixner1-0/+9
2008-02-14x86: include proper prototypes for rodata_testHarvey Harrison4-3/+8
2008-02-14x86: fix gart_iommu_init()Ingo Molnar1-0/+9
2008-02-14x86: EFI set_memory_x()/set_memory_uc() fixesIngo Molnar1-2/+2
2008-02-14x86: make dump_pagetable() staticAdrian Bunk2-2/+1
2008-02-14x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...Ingo Molnar2-2/+9
2008-02-14hrtimer: catch expired CLOCK_REALTIME timers earlyThomas Gleixner1-0/+11
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner5-22/+29
2008-02-14mlx4_core: Move table_find from fmr_alloc to fmr_enableJack Morgenstein1-8/+13
2008-02-14IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()Jack Morgenstein1-1/+1
2008-02-14IPoIB: Remove unused struct ipoib_cm_tx.ibwc memberEli Cohen1-1/+0
2008-02-14IPoIB: On P_Key change event, reset state properlyJack Morgenstein1-0/+1
2008-02-14[POWERPC] Remove unused CONFIG_WANT_DEVICE_TREEGrant Likely6-17/+0
2008-02-14[POWERPC] Cell RAS: Remove DEBUG, and add license and copyrightMichael Ellerman1-1/+10
2008-02-14[POWERPC] hvc_rtas_init() must be __initAdrian Bunk1-1/+1
2008-02-14[POWERPC] free_property() must not be __initAdrian Bunk1-1/+1
2008-02-14[POWERPC] vdso_do_func_patch{32,64}() must be __initAdrian Bunk1-6/+6
2008-02-14[POWERPC] Remove generated files on make cleanKumar Gala2-0/+4
2008-02-14[POWERPC] Fix arch/ppc compilation - add typedef for pgtable_tStefan Roese1-0/+2
2008-02-14[POWERPC] Wire up new timerfd syscallsStephen Rothwell2-3/+7
2008-02-14[POWERPC] PS3: Update sys-manager button eventsGeoff Levand1-6/+23
2008-02-14[POWERPC] PS3: Sys-manager code cleanupGeoff Levand1-6/+7
2008-02-14[POWERPC] PS3: Use system reboot on restartGeoff Levand1-1/+1
2008-02-14[POWERPC] PS3: Fix bootwrapper hang bugGeoff Levand1-1/+1
2008-02-14[POWERPC] PS3: Fix reading pm interval in logical performance monitorTakashi Yamamoto1-8/+10
2008-02-14[POWERPC] PS3: Fix setting bookmark in logical performance monitorTakashi Yamamoto1-2/+2
2008-02-14[POWERPC] Fix DEBUG_PREEMPT warning when warningHugh Dickins1-1/+1
2008-02-14Merge branches 'release', 'dmi', 'idle' and 'misc' into releaseLen Brown16-13/+213
2008-02-14ACPI: DMI: quirk for FSC ESPRIMO Mobile V5505Len Brown3-1/+16
2008-02-14ACPI: DMI blacklist updatesLen Brown1-8/+42
2008-02-14pnpacpi: __initdata is not an identifierRoel Kluin1-1/+1
2008-02-14ACPI: static acpi_chain_headAdrian Bunk1-1/+1
2008-02-14ACPI: static acpi_find_dsdt_initrd()Adrian Bunk1-1/+1
2008-02-14ACPI: static acpi_no_initrd_override_setup()Adrian Bunk1-1/+1
2008-02-14thinkpad_acpi: staticAdrian Bunk1-2/+2
2008-02-14sh: Fix multiple UTLB hit on UP SH-4.Hideo Saito1-0/+8
2008-02-14ACPI suspend: Execute _WAK with the right argumentRafael J. Wysocki1-0/+1
2008-02-14sh: fix pci io access for r2d boardsMagnus Damm1-1/+2
2008-02-14sh: fix ioreadN_rep and iowriteN_repMagnus Damm1-6/+6
2008-02-14sh: use ctrl_in/out for on chip pci accessMagnus Damm6-37/+37
2008-02-14sh: Kill off more dead symbols.Paul Mundt6-46/+17
2008-02-14sh: __uncached_start only on sh32.Paul Mundt1-0/+2
2008-02-14sh: asm/irq.h needs asm/cpu/irq.h.Paul Mundt1-0/+4
2008-02-14serial: sh-sci: Fix up SH-5 build.Paul Mundt1-1/+0
2008-02-14sh: Get SH-5 caches working again post-unification.Paul Mundt5-648/+448
2008-02-14maple: Fix up maple build failure.Paul Mundt1-1/+1
2008-02-14sh: Kill off bogus SH_SDK7780_STANDALONE symbol.Paul Mundt1-7/+0
2008-02-14sh: asm/tlb.h needs linux/pagemap.h for CONFIG_SWAP=n.Paul Mundt1-0/+1
2008-02-14sh: Tidy include/asm-sh/hp6xx.hKristoffer Ericson1-25/+3
2008-02-14maple: improve detection of attached peripheralsAdrian McMenamin1-2/+1
2008-02-14sh: Shut up some trivial build warnings.Paul Mundt3-19/+18
2008-02-14sh: Update SH-5 flush_cache_sigtramp() for API changes.Paul Mundt2-4/+6
2008-02-14sh: Fix up set_fixmap_nocache() for SH-5.Paul Mundt1-0/+5
2008-02-14sh: Fix up pte_mkhuge() build breakage for SH-5.Paul Mundt1-0/+8
2008-02-14sh: Disable big endian for SH-5.Paul Mundt1-0/+1
2008-02-14sh: Handle SH7366 CPU in check_bugs().Paul Mundt1-1/+1
2008-02-14sh: Symbol exports for trapped I/O.Paul Mundt1-0/+5
2008-02-14sh: Clean up whitespace damage in Kconfig.debug.Paul Mundt1-2/+2
2008-02-14sh: Use max_t in io_trapped.Paul Mundt1-3/+5
2008-02-14sh: add support for sh7366 processorMagnus Damm11-7/+215
2008-02-14sh: remove maskreg irq codeMagnus Damm3-97/+0
2008-02-14sh: fix ptrace copy_from/to_user() compilation errorMagnus Damm1-2/+2
2008-02-14sh: trapped io support for highlander V2Magnus Damm3-34/+17
2008-02-14sh: trapped io support for r2d V2Magnus Damm3-34/+15
2008-02-14sh: trapped io support V2Magnus Damm12-38/+406
2008-02-14sh: update r2d defconfigs with usb, spi and rtcMagnus Damm2-150/+530
2008-02-14sh: use opcode_t and enable unaligned code for sh2aMagnus Damm1-34/+25
2008-02-14sh: add byte support to the sign extension codeMagnus Damm1-1/+11
2008-02-14sh: make copy_to/from_user() static inlineMagnus Damm3-40/+32
2008-02-14sh: fix xtime_lock deadlocking.Peter Zijlstra2-18/+32
2008-02-14sh: Add mach-type entries for MigoR and SDK7780.Paul Mundt1-0/+2
2008-02-14sh: migor board supportMagnus Damm5-0/+894
2008-02-14sh: Wire up new timerfd syscalls.Paul Mundt4-6/+14
2008-02-14maple: Drop unused prototypes from linux/maple.h.Adrian McMenamin1-1/+0
2008-02-14maple: more robust device detection.Adrian McMenamin1-97/+105
2008-02-14maple: fix up whitespace damage.Adrian McMenamin2-536/+543
2008-02-14sh: break out unaligned sign extension codeMagnus Damm1-45/+23
2008-02-14sh: add probe support for new sh7722 cutMagnus Damm1-1/+1
2008-02-14sh: add sh7722 support to EARLY_SCIF_CONSOLEMagnus Damm1-0/+1
2008-02-14sh: termios ioctl definitionsAlan Cox3-3/+12
2008-02-14sh: remove unneeded castStephen Rothwell1-1/+1
2008-02-14sh: declared coherent memory support V2 fixMagnus Damm1-12/+20
2008-02-14cpuidle: Add DocumentationVenkatesh Pallipadi5-0/+164
2008-02-14ACPI, cpuidle: Clarify C-state description in sysfsVenkatesh Pallipadi6-7/+34
2008-02-13ACPI: fix suspend regression due to idle updateVenkatesh Pallipadi1-0/+8
2008-02-13NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia1-0/+4
2008-02-13NFS: remove error field from nfs_readdir_descriptor_tJeff Layton1-5/+3
2008-02-13NFS: missing spaces in KERN_WARNINGDan Muntz1-2/+2
2008-02-13NFS: Allow text-based mounts via compat_sys_mountChuck Lever1-3/+0
2008-02-13NFS: fix reference counting for NFSv4 callback threadJeff Layton1-6/+12
2008-02-13[NETFILTER]: make secmark_tg_destroy() staticAdrian Bunk1-1/+1
2008-02-13[INET]: Unexport inet_listen_wlockAdrian Bunk1-2/+0
2008-02-13[INET]: Unexport __inet_hash_connectAdrian Bunk1-1/+0
2008-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds36-370/+1232
2008-02-13Linux Kernel Markers: create modpost fileMathieu Desnoyers4-7/+180
2008-02-13Linux Kernel Markers: support multiple probesMathieu Desnoyers6-236/+565
2008-02-13pcmcia: ipwireless depends on NETDEVICESPaul Mundt1-1/+1
2008-02-13Smack: check for 'struct socket' with NULL skAhmed S. Darwish1-4/+5
2008-02-13udf: fix udf_add_free_spaceMarcin Slusarz1-1/+1
2008-02-13udf: fix directory offset handlingJan Kara1-7/+7
2008-02-13Documentation: sysctl/kernel.txt: fix documentation referenceMichael Opdenacker1-1/+1
2008-02-13fs/smbfs/inode.c: fix warning message deprecating smbfsSergio Luis1-1/+1
2008-02-13docbook: drop z85230 library from kernel-apiRandy Dunlap1-5/+0
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz17-129/+114
2008-02-13moduleparam: fix alpha, ia64 and ppc64 compile failuresIvan Kokshaysky1-1/+11
2008-02-13docbook: make a networking book and fix a few errorsRandy Dunlap6-72/+111
2008-02-13docbook: sunrpc filenames and notation fixesRandy Dunlap4-8/+15
2008-02-13docbook: move pipe and splice to filesystems docbookRandy Dunlap2-20/+20
2008-02-13kernel-doc: fix fs/pipe.c notationRandy Dunlap1-5/+5
2008-02-13parport: section fixupDavid Brownell1-2/+2
2008-02-13Documentation: prune redundant SubmitChecklist itemsJ. Bruce Fields1-11/+5
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan3-5/+7
2008-02-13SC26XX: missing PORT define in serial_core.hThomas Bogendoerfer1-0/+2
2008-02-13Final removal of FASTCALL()/fastcallHarvey Harrison5-11/+3
2008-02-13remove final fastcall usersHarvey Harrison7-14/+13
2008-02-13rcupdate: fix commentPaul E. McKenney1-1/+4
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison16-100/+95
2008-02-13xtime_lock vs update_process_timesPeter Zijlstra8-33/+28
2008-02-13acpi: fix acpi_os_read_pci_configuration() misuse of raw_pci_read()Linus Torvalds2-9/+9
2008-02-13FRV: Fix up parse error in linker scriptDavid Howells1-3/+1
2008-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds9-209/+576
2008-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds8-40/+130
2008-02-13drivers/memstick/host/tifm_ms.c breakageAl Viro1-1/+1
2008-02-13dm-raid1 breakage on 64bitAl Viro1-1/+1
2008-02-13HID: add USB IDs for MacBook 3rd generationTobias Mueller2-0/+17
2008-02-13IB/mthca: Convert to use be16_add_cpu()Marcin Slusarz1-1/+1
2008-02-13RDMA/cxgb3: Fail loopback connectionsSteve Wise1-0/+17
2008-02-13wmi: (!x & y) strikes againAl Viro1-1/+1
2008-02-13[SCSI] gdth: update deprecated pci_find_deviceSergio Luis2-3/+6
2008-02-13[SCSI] gdth: scan for scsi devicesBoaz Harrosh1-0/+9
2008-02-13x86: pit_clockevent can be staticHarvey Harrison1-1/+1
2008-02-13x86: EFI runtime code mapping enhancementHuang, Ying2-23/+15
2008-02-13x86: EFI: fix use of unitialized variable and the cache logicThomas Gleixner1-3/+3
2008-02-13x86: CPA: fix gbpages support in try_preserve_large_pageAndi Kleen1-2/+2
2008-02-13xen: unpin initial Xen pagetable once we're finished with itJeremy Fitzhardinge1-0/+4
2008-02-13x86/early_ioremap: don't assume we're using swapper_pg_dirJeremy Fitzhardinge1-1/+3
2008-02-13x86: fixup machine_ops reboot_{32|64}.c unification falloutJody Belka1-10/+36