summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2005-09-074-3/+13
| |\ \ \ \ \ \
| | * | | | | | [NET]: skb_get/set_timestamp use constStephen Hemminger2005-09-061-2/+2
| | * | | | | | [NETFILTER]: kill __ip_ct_expect_unlink_destroyPablo Neira Ayuso2005-09-061-1/+1
| | * | | | | | [NETFILTER]: Handle NAT module load racePatrick McHardy2005-09-061-0/+5
| | * | | | | | [NETFILTER]: Add support for permanent expectationsPatrick McHardy2005-09-061-0/+5
| | |/ / / / /
| * | | | | | [PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi2005-09-072-0/+10
| * | | | | | [PATCH] Make ll_rw_block() wait for buffer lockJan Kara2005-09-071-0/+1
| * | | | | | [PATCH] Input: Add a new switch event typeRichard Purdie2005-09-071-0/+25
| * | | | | | [PATCH] sd: SD 4-bit busPierre Ossman2005-09-072-0/+16
| * | | | | | [PATCH] sd: SCR registerPierre Ossman2005-09-071-0/+9
| * | | | | | [PATCH] sd: read-only switchPierre Ossman2005-09-072-0/+4
| * | | | | | [PATCH] sd: initialize SD cardsPierre Ossman2005-09-073-0/+9
| * | | | | | [PATCH] ipmi poweroff: fix chassis controlCorey Minyard2005-09-071-0/+6
| * | | | | | [PATCH] ipmi: fix panic ipmb responseCorey Minyard2005-09-071-1/+2
| * | | | | | [PATCH] ipmi: allow userland to include ipmi.hCorey Minyard2005-09-071-0/+1
| * | | | | | [PATCH] ipmi: add per-channel IPMB addressesCorey Minyard2005-09-071-7/+23
| * | | | | | [PATCH] introduce and use kzallocPekka J Enberg2005-09-071-1/+15
| * | | | | | [PATCH] dmi: add onboard devices discoveryAndrey Panin2005-09-071-3/+33
| * | | | | | [PATCH] remove duplicated sys_open32() code from 64bit archsMiklos Szeredi2005-09-071-0/+1
| * | | | | | [PATCH] remove duplicated code from proc and ptraceMiklos Szeredi2005-09-071-0/+1
| * | | | | | [PATCH] remove iattr.ia_attr_flagsMiklos Szeredi2005-09-071-10/+0
| * | | | | | [PATCH] struct dentry: place d_hash close to d_parent and d_name to speedup l...Eric Dumazet2005-09-071-2/+2
| * | | | | | [PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes2005-09-072-7/+23
| * | | | | | [PATCH] cpusets: confine oom_killer to mem_exclusive cpusetPaul Jackson2005-09-071-0/+6
| * | | | | | [PATCH] cpusets: formalize intermediate GFP_KERNEL containmentPaul Jackson2005-09-071-2/+3
| * | | | | | [PATCH] cpusets: new __GFP_HARDWALL flagPaul Jackson2005-09-071-3/+5
| * | | | | | [PATCH] inotify: fix event loss on hardlinked filesJohn McCutchan2005-09-071-0/+1
| * | | | | | [PATCH] Remove non-arch consumers of asm/segment.hKumar Gala2005-09-071-1/+0
| * | | | | | [PATCH] NTP: ntp-helper functionsjohn stultz2005-09-071-0/+23
| * | | | | | [PATCH] remove file.f_maxcountEric Dumazet2005-09-071-1/+0
| * | | | | | [PATCH] Delete unused do_nanosleep declarationRalf Baechle2005-09-071-1/+0
| * | | | | | [PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()Karsten Wiese2005-09-071-1/+6
| * | | | | | [PATCH] modified firmware_class.c to support no hotplugAbhay Salunke2005-09-071-1/+4
| * | | | | | [PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interfaceMike Waychison2005-09-072-0/+2
| * | | | | | [PATCH] sunrpc: cache_register can use wrong module referenceBruce Allan2005-09-071-0/+1
| * | | | | | [PATCH] PNP: make pnp_dbg conditional directly on CONFIG_PNP_DEBUGBjorn Helgaas2005-09-071-1/+1
| * | | | | | [PATCH] sonypi SPIC initialisation fixErik Waling2005-09-071-0/+2
| * | | | | | [PATCH] remove pipe definitionsZhigang Huo2005-09-071-3/+0
| * | | | | | [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mountsMark Bellon2005-09-072-0/+5
| * | | | | | [PATCH] auxiliary vector cleanupsH. J. Lu2005-09-073-24/+35
| * | | | | | [PATCH] remove register_ioctl32_conversion and unregister_ioctl32_conversionAdrian Bunk2005-09-071-22/+0
| * | | | | | [PATCH] kill bio->bi_setPeter Osterlund2005-09-071-1/+1
| * | | | | | [PATCH] fs/jbd/: cleanupsAdrian Bunk2005-09-071-1/+0
| * | | | | | [PATCH] compat: be more consistent about [ug]id_tStephen Rothwell2005-09-071-0/+3
| * | | | | | [PATCH] relayfsTom Zanussi2005-09-071-0/+255
| * | | | | | [PATCH] detect soft lockupsIngo Molnar2005-09-071-0/+17
| * | | | | | [PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedupJakub Jelinek2005-09-071-5/+31
| * | | | | | [PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2005-09-071-0/+123
| |/ / / / /
| * | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 Linus Torvalds2005-09-061-2/+6
| |\ \ \ \ \
| | * | | | | [PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley2005-09-051-2/+6
OpenPOWER on IntegriCloud