aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-06-23[PATCH] setuid core dumpAlan Cox10-18/+74
2005-06-23[PATCH] jprobes: allow a jprobe to coexist with muliple kprobesPrasanna S Panchamukhi1-10/+51
2005-06-23[PATCH] Kprobes/ia64: temporary disarming of reentrant probeAnil S Keshavamurthy1-6/+43
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probe for sparc64Prasanna S Panchamukhi1-13/+49
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probe for ppc64Prasanna S Panchamukhi1-8/+38
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probe for x86_64Prasanna S Panchamukhi1-14/+62
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probe for i386Prasanna S Panchamukhi1-13/+49
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probePrasanna S Panchamukhi2-0/+10
2005-06-23[PATCH] Kprobes/IA64: check jprobe break before handlingKeshavamurthy Anil S1-3/+7
2005-06-23[PATCH] Kprobes IA64: safe register kprobeAnil S Keshavamurthy1-0/+45
2005-06-23[PATCH] Kprobes IA64: cmp ctype unc supportAnil S Keshavamurthy2-2/+58
2005-06-23[PATCH] Kprobes IA64: arch_prepare_kprobes() cleanupAnil S Keshavamurthy1-70/+121
2005-06-23[PATCH] Kprobes ia64 qp fixRusty Lynch1-3/+3
2005-06-23[PATCH] Kprobes ia64 cleanupRusty Lynch2-101/+84
2005-06-23[PATCH] Kprobes/IA64: support kprobe on branch/call instructionsAnil S Keshavamurthy2-16/+132
2005-06-23[PATCH] Kprobes/IA64: architecture specific JProbes supportAnil S Keshavamurthy4-7/+89
2005-06-23[PATCH] Kprobes/IA64: arch specific handlingAnil S Keshavamurthy4-0/+416
2005-06-23[PATCH] Kprobes/IA64: kdebug die notification mechanismAnil S Keshavamurthy4-1/+103
2005-06-23[PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_taskHien Nguyen3-7/+6
2005-06-23[PATCH] Move kprobe [dis]arming into arch specific codeRusty Lynch6-37/+72
2005-06-23[PATCH] x86_64 specific function return probesRusty Lynch3-1/+116
2005-06-23[PATCH] kprobes: function-return probesHien Nguyen5-8/+415
2005-06-23[PATCH] quota: sanitize dentry handling in vfs_quota_on_mountChristoph Hellwig1-8/+1
2005-06-23[PATCH] quota: consolidate code surrounding vfs_quota_on_mountChristoph Hellwig4-39/+26
2005-06-23[PATCH] avoid resursive oopsesAlexander Nyberg1-0/+11
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig8-46/+12
2005-06-23[PATCH] add check to /proc/devices read routinesNeil Horman4-5/+24
2005-06-23[PATCH] remove redundant vm_flags clearing from madvise.cPekka Enberg1-1/+0
2005-06-23[PATCH] preempt_count is int - remove cast and don't assign to unsigned typeJesper Juhl2-3/+7
2005-06-23[PATCH] streamline preempt_count type across archsJesper Juhl22-23/+25
2005-06-23[PATCH] optimise loop driver a bitNick Piggin2-44/+39
2005-06-23[PATCH] CON_CONSDEV bit not set correctly on last consoleGreg Edwards1-2/+10
2005-06-23[PATCH] kstrdup: convert a few existing implementationsRobert Love1-6/+2
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques21-94/+75
2005-06-23[PATCH] fix for prune_icache()/forced final iput() racesAlexander Viro2-6/+11
2005-06-23[PATCH] posix-timers: use try_to_del_timer_sync()Oleg Nesterov1-27/+7
2005-06-23[PATCH] timers: introduce try_to_del_timer_sync()Oleg Nesterov2-21/+36
2005-06-23[PATCH] timers fixes/improvementsOleg Nesterov2-192/+166
2005-06-23[PATCH] blk: unplug laterNick Piggin1-1/+1
2005-06-23[PATCH] blk: branch hintsNick Piggin1-6/+6
2005-06-23[PATCH] blk: no memory barrierNick Piggin1-1/+0
2005-06-23[PATCH] blk: cleanup generic tag support error messagesTejun Heo1-5/+13
2005-06-23[PATCH] blk: remove BLK_TAGS_{PER_LONG|MASK}Tejun Heo2-5/+2
2005-06-23[PATCH] blk: remove blk_queue_tag->real_max_depth optimizationTejun Heo2-26/+10
2005-06-23[PATCH] blk: use find_first_zero_bit() in blk_queue_start_tag()Tejun Heo1-9/+4
2005-06-23[PATCH] ptrace_h8300: condition bugfixDomen Puncer1-2/+2
2005-06-23[PATCH] xen: x86_64: use more usermode macroVincent Hanquez3-12/+12
2005-06-23[PATCH] xen: x86_64: Add macro for debugregVincent Hanquez3-3/+11
2005-06-23[PATCH] xen: x86: Use more usermode macroVincent Hanquez3-8/+8
2005-06-23[PATCH] xen: x86: Rename usermode macroVincent Hanquez6-5/+7
2005-06-23[PATCH] xen: x86: Use new macro for debugregVincent Hanquez5-19/+17
2005-06-23[PATCH] xen: x86: add macro for debugregVincent Hanquez1-5/+9
2005-06-23[PATCH] x86_64: avoid wasting IRQsNatalie Protasevich1-1/+20
2005-06-23[PATCH] eliminate duplicate rdpmc definitionJan Beulich1-5/+0
2005-06-23[PATCH] x86_64: never block forced SIGSEGVRoland McGrath2-18/+23
2005-06-23[PATCH] x86_64: fix hpet for systems that don't support legacy replacementjohn stultz1-14/+28
2005-06-23[PATCH] x86_64: i8259.c iso99 structure initializationAlexander Nyberg1-8/+7
2005-06-23[PATCH] mtrr size-and-base debuggingAndrew Morton1-8/+15
2005-06-23[PATCH] x86: cpu_khz type fixAndrew Morton7-9/+11
2005-06-23[PATCH] Remove i386_ksyms.c, almost.Alexey Dobriyan20-162/+101
2005-06-23[PATCH] x86: #include asm/uaccess.h in asm/checksum.hAlexey Dobriyan1-0/+2
2005-06-23[PATCH] VIA 82C586B IRQ routing fixAleksey Gorelov1-0/+22
2005-06-23[PATCH] x86: avoid wasting IRQs for PCI devicesNatalie Protasevich1-1/+25
2005-06-23[PATCH] ia64: Selectable Timer Interrupt FrequencyChristoph Lameter2-1/+3
2005-06-23[PATCH] i386: Selectable Frequency of the Timer InterruptChristoph Lameter5-3/+57
2005-06-23[PATCH] allow early printk to use more than 25 linesJan Beulich1-3/+10
2005-06-23[PATCH] adjust i386 watchdog tick calculationJan Beulich1-9/+15
2005-06-23[PATCH] Do not enforce unique IO_APIC_ID check for xAPIC systems (i386)Natalie Protasevich10-19/+10
2005-06-23[PATCH] i386: never block forced SIGSEGVRoland McGrath1-11/+16
2005-06-23[PATCH] NUMA aware block device control structure allocationChristoph Lameter11-30/+77
2005-06-23[PATCH] x86/x86_64: pcibus_to_nodeChristoph Lameter5-34/+17
2005-06-23[PATCH] ppc64: pcibus_to_node fixChristoph Lameter1-3/+1
2005-06-23[PATCH] m32r: build fix for asm-m32r/topology.hHirokazu Takata1-43/+1
2005-06-23[PATCH] Platform SMIs and their interferance with tsc based delay calibrationVenkatesh Pallipadi10-0/+130
2005-06-23[PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.shIan Campbell6-12/+12
2005-06-23[PATCH] biarch compiler support for i386H. Peter Anvin1-0/+7
2005-06-23[PATCH] add page_state info to show_memMartin J. Bligh1-0/+8
2005-06-23[PATCH] add x86-64 specific support for sparsememMatt Tolentino4-12/+51
2005-06-23[PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config optionsMatt Tolentino9-24/+25
2005-06-23[PATCH] add x86-64 Kconfig options for sparsememMatt Tolentino1-0/+19
2005-06-23[PATCH] remove direct ref to contig_page_data for x86-64Matt Tolentino2-5/+1
2005-06-23[PATCH] ppc64: sparsemem memory modelAndy Whitcroft7-21/+68
2005-06-23[PATCH] ppc64: add memory presentAndy Whitcroft2-2/+5
2005-06-23[PATCH] ppc64: add early_pfn_to_nidAndy Whitcroft2-0/+9
2005-06-23[PATCH] sparsemem hotplug baseAndy Whitcroft3-27/+125
2005-06-23[PATCH] sparsemem swiss cheese numa layoutsAndy Whitcroft3-0/+20
2005-06-23[PATCH] sparsemem memory model for i386Andy Whitcroft9-81/+135
2005-06-23[PATCH] sparsemem memory modelAndy Whitcroft10-33/+332
2005-06-23[PATCH] generify memory presentAndy Whitcroft2-1/+5
2005-06-23[PATCH] generify early_pfn_to_nidAndy Whitcroft3-0/+11
2005-06-23[PATCH] ppc64: Kconfig memory modelsMike Kravetz1-1/+8
2005-06-23[PATCH] mm/Kconfig: give DISCONTIG more help textDave Hansen1-0/+10
2005-06-23[PATCH] mm/Kconfig: hide "Memory Model" selection menuDave Hansen1-4/+17
2005-06-23[PATCH] mm/Kconfig: kill unused ARCH_FLATMEM_DISABLEDave Hansen3-12/+0
2005-06-23[PATCH] sparsemem: fix minor "defaults" issue in mm/KconfigDave Hansen1-2/+1
2005-06-23[PATCH] Introduce new Kconfig option for NUMA or DISCONTIGDave Hansen3-6/+14
2005-06-23[PATCH] update all defconfigs for ARCH_DISCONTIGMEM_ENABLEDave Hansen6-6/+6
2005-06-23[PATCH] make each arch use mm/KconfigDave Hansen23-10/+66
2005-06-23[PATCH] create mm/Kconfig for arch-independent memory optionsDave Hansen1-0/+25
2005-06-23[PATCH] sparsemem base: teach discontig about sparse rangesDave Hansen3-1/+17
2005-06-23[PATCH] sparsemem base: reorganize page->flags bit operationsDave Hansen3-22/+52
2005-06-23[PATCH] sparsemem base: simple NUMA remap space allocatorDave Hansen4-29/+50
2005-06-23[PATCH] sparsemem base: early_pfn_to_nid() (works before sparse is initialized)Dave Hansen1-0/+15
2005-06-23[PATCH] remove non-DISCONTIG use of pgdat->node_mem_mapDave Hansen14-36/+28
2005-06-23Merge 'misc-fixes' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgar...Linus Torvalds1-0/+1
2005-06-23e1000: fix spinlock bugMitch Williams1-0/+1
2005-06-22Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-5/+4
2005-06-22Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-482/+921
2005-06-22[PATCH] driver core: Fix up the device_attach() error handling in bus_add_dev...Greg Kroah-Hartman1-3/+2
2005-06-22[PATCH] USB: fix hid core to return proper error code from probeStelian Pop1-2/+2
2005-06-22[LTPC]: Replace schedule_timeout() with ssleep()/msleep()Nishanth Aravamudan1-4/+2
2005-06-22[X25]: Fast select with no restriction on responseShaun Pereira5-16/+86
2005-06-22[X25]: Selective sub-address matching with call user data.Shaun Pereira4-45/+59
2005-06-22[EBTABLES]: vfree() checking cleanupsJames Lamanna1-14/+7
2005-06-22[ATALK] aarp: replace schedule_timeout() with msleep()Nishanth Aravamudan1-4/+3
2005-06-22[IPV4]: Fix route.c gcc4 warningsChuck Short1-4/+4
2005-06-22[NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer2-13/+41
2005-06-22[NETPOLL]: Introduce a netpoll_info structJeff Moyer3-29/+57
2005-06-22[NETPOLL]: Set poll_owner to -1 before unlocking in netpoll_poll_unlock()Jeff Moyer1-1/+1
2005-06-22[PATCH] boot_pageset must not be freed.Christoph Lameter1-2/+9
2005-06-22Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds10-72/+86
2005-06-22[NET]: dont use strlen() but the result from a prior sprintf()Eric Dumazet1-2/+1
2005-06-22Merge rsync://client.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds68-1004/+4135
2005-06-22[PATCH] ARM: Remove explicit page-alignments in memory initRussell King1-13/+6
2005-06-22[PATCH] ARM: Ensure memory information is page alignedRussell King1-9/+16
2005-06-22[CRYPTO]: Use CPU cycle counters in tcryptHerbert Xu1-21/+95
2005-06-22[CRYPTO]: Use template keys for speed tests if possibleHerbert Xu1-22/+57
2005-06-22[CRYPTO]: Add cipher speed testsHarald Welte2-4/+222
2005-06-22[CRYPTO]: Kill unnecessary strncpy from tcryptHerbert Xu1-5/+5
2005-06-22[CRYPTO]: White space and coding style clean up in tcryptHerbert Xu2-354/+336
2005-06-22[PATCH] ARM: Use list_for_each_entry() for dmabounceRussell King1-13/+5
2005-06-22[PATCH] ppc32: Fix building MPC8555 CDSKumar Gala1-0/+1
2005-06-22[PATCH] NFS: Add debugging code to NFSv4 readdirTrond Myklebust2-0/+23
2005-06-22[PATCH] NFSv4: Map a couple of NFSv4 errors to EINVAL.Manoj Naik1-0/+2
2005-06-22[PATCH] NFSv4: add support for rdattr_error in NFSv4 readdir requests.Manoj Naik1-7/+17
2005-06-22[PATCH] NFSv4: Clean up nfs4 lock state accountingTrond Myklebust5-144/+118
2005-06-22[PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust3-50/+96
2005-06-22[PATCH] NLM: cleanup for blocked locks.Trond Myklebust1-12/+6
2005-06-22[PATCH] VFS: Ensure that all the on-stack struct file_lock call fl_release_pr...Trond Myklebust1-0/+6
2005-06-22[PATCH] NFS: Replace nfs_page insertion sort with a radix sortTrond Myklebust5-74/+107
2005-06-22[PATCH] NFS: Make searching and waiting on busy writeback requests more effic...Trond Myklebust4-18/+45
2005-06-22[PATCH] NFS: Write optimization for short files and small O_SYNC writes.Trond Myklebust1-3/+11
2005-06-22[PATCH] NFS: Ensure that fstat() always returns the correct mtimeTrond Myklebust3-14/+39
2005-06-22[PATCH] NFS: Cleanup of caching code, and slight optimization of writes.Trond Myklebust3-18/+39
2005-06-22[PATCH] NFS: Fix the file size revalidationTrond Myklebust4-55/+21
2005-06-22[PATCH] NFSv4: Fix up races in nfs4_proc_setattr()Trond Myklebust1-36/+19
2005-06-22[PATCH] NFSv4: Ensure that propagate NFSv4 state errors to the reclaim codeTrond Myklebust1-11/+40
2005-06-22[PATCH] NFS: Clean up readdir changes.Trond Myklebust3-39/+48
2005-06-22[PATCH] NFS: Hide NFS server-generated readdir cookies from userlandOlivier Galibert3-24/+95
2005-06-22[PATCH] RPC: kick off socket connect operations fasterChuck Lever1-1/+8
2005-06-22[PATCH] RPC: TCP reconnects are too slowChuck Lever1-2/+1
2005-06-22[PATCH] RPC: Clean up socket autodisconnectTrond Myklebust1-2/+2
2005-06-22[PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flagTrond Myklebust1-34/+37
2005-06-22[PATCH] NFSv4: Fix an Oops in the callback code.Trond Myklebust1-1/+0
2005-06-22[PATCH] NFSv4: Fix build warningReuben Farrelly1-1/+0
2005-06-22[PATCH] NFSv4: empty array fixAndrew Morton1-1/+1
2005-06-22[PATCH] NFSv4: fs/nfs/nfs4proc.c: small simplificationAdrian Bunk1-1/+1
2005-06-22[PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugsAndreas Gruenbacher2-1/+2
2005-06-22[PATCH] NFS: Fix up v3 ACL caching codeTrond Myklebust2-5/+10
2005-06-22[PATCH] NFS: Cache the NFSv3 acls.Andreas Gruenbacher3-15/+97
2005-06-22[PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present.Andreas Gruenbacher4-6/+73
2005-06-22[PATCH] NFS: Add support for NFSv3 ACLsAndreas Gruenbacher13-6/+601
2005-06-22[PATCH] NFSD: Add server support for NFSv3 ACLs.Andreas Gruenbacher16-1/+1166
2005-06-22[PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a sing...Andreas Gruenbacher2-18/+20
2005-06-22[PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping tableAndreas Gruenbacher1-0/+1
2005-06-22[PATCH] RPC: Encode and decode arbitrary XDR arraysAndreas Gruenbacher3-4/+275
2005-06-22[PATCH] RPC: fix accounting bug in the case of a truncated RPC messageTrond Myklebust3-17/+42
2005-06-22[PATCH] RPC: Lazy RPC receive buffer allocationOlaf Kirch3-8/+36
2005-06-22[PATCH] RPC: Allow multiple RPC client programs to share the same transportAndreas Gruenbacher4-0/+46
2005-06-22[PATCH] RPC: Return -EPFNOSUPPORT for RPC programs that are unavailableAndreas Gruenbacher1-10/+14
2005-06-22[PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields5-20/+35
2005-06-22[PATCH] RPC: Don't fall back from krb5p to krb5iJ. Bruce Fields1-3/+2
2005-06-22[PATCH] NFSv4: client-side caching NFSv4 ACLsJ. Bruce Fields3-14/+124
2005-06-22[PATCH] NFSv4: ACL support for the NFSv4 client: writeJ. Bruce Fields1-1/+33
2005-06-22[PATCH] NFSv4: Client-side xdr for writing NFSv4 aclsJ. Bruce Fields3-1/+78
2005-06-22[PATCH] NFSv4: ACL support for the NFSv4 client: readJ. Bruce Fields1-4/+65
2005-06-22[PATCH] NFSv4: Client-side xdr for reading NFSv4 aclsJ. Bruce Fields3-0/+108
2005-06-22[PATCH] NFSv4: fix fattr size calculationsJ. Bruce Fields1-7/+11
2005-06-22[PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4J. Bruce Fields3-1/+48
2005-06-22[PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached aclsTrond Myklebust3-7/+28
2005-06-22[PATCH] NFS: Allow NFS versions to support different sets of inode operations.J. Bruce Fields5-1/+5
2005-06-22[PATCH] NFS: cleanup: shrink struct nfs_open_contextTrond Myklebust3-9/+28
2005-06-22[PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()Trond Myklebust2-14/+18
2005-06-22[PATCH] NFS: Remove unused NFS inode field readdir_timestamp.Trond Myklebust2-6/+3
2005-06-22[PATCH] NFS: Header file cleanup...Trond Myklebust13-260/+264
2005-06-22[PATCH] NFS: Kill annoying mount version mismatch printksTrond Myklebust1-74/+105
2005-06-22[PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...Trond Myklebust5-5/+66
2005-06-22[PATCH] RPC: Make rpc_create_client() destroy the transport on failure.Trond Myklebust8-18/+7
2005-06-22[PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_headerTrond Myklebust3-4/+19
2005-06-22[PATCH] RPC: Fix a race with rpc_restart_call()Trond Myklebust1-23/+30
2005-06-22[PATCH] ARM: Factor out common pmd_populate functionalityRussell King1-15/+9
2005-06-22[NETFILTER]: Fix "iptables -D" rule deletion with ipt_CLUSTERIP target.Harald Welte1-1/+2
2005-06-22[NETFILTER]: Fix handling of ICMP packets (RELATED) in ipt_CLUSTERIP target.Harald Welte1-1/+1
2005-06-22[PATCH] ARM: Move signal return code into vector pageRussell King3-10/+40
2005-06-22Merge kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.gitLinus Torvalds10-91/+127
2005-06-22Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds155-1266/+8326
2005-06-22Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6Linus Torvalds16-439/+716
2005-06-22[PATCH] Update my credits entryJames Morris1-2/+3
2005-06-22[PATCH] Fix extra double quote in IPV4 KconfigKumar Gala1-1/+1
2005-06-22[ALSA] emu10k1: Add more card identification entries.James Courtier-Dutton1-0/+78