summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | libata: update inline source docsEdward Falk2005-06-021-0/+58
| | |_|_|_|/ | |/| | | |
* | | | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-0222-65/+145
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/p...Linus Torvalds2005-06-011-0/+6
| |\ \ \ \ \
| | * | | | | [PATCH] PCI: amd74xx patch for new NVIDIA device IDsAndy Currid2005-05-311-0/+6
| * | | | | | [CPUFREQ] fix up comment in cpufreq.hDave Jones2005-05-311-1/+1
| |/ / / / /
| * | | | | [NET]: Add ethtool support for NETIF_F_HW_CSUM.Jon Mason2005-05-291-0/+1
| * | | | | [NET]: Add is_multicast_ether_addr() in include/linux/etherdevice.hMichael Ellerman2005-05-291-4/+18
| * | | | | [IPV4]: Primary and secondary addressesHarald Welte2005-05-292-0/+3
| * | | | | Automatic merge of 'misc-fixes' branch fromLinus Torvalds2005-05-291-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Automatic merge of /spare/repo/netdev-2.6 branch use-after-unmap2005-05-291-0/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | libata: Fix use-after-iounmapJeff Garzik2005-05-261-0/+1
| * | | | | | [BRIDGE]: make dev->features unsignedStephen Hemminger2005-05-291-1/+1
| * | | | | | [BRIDGE]: features change notificationStephen Hemminger2005-05-292-0/+2
| * | | | | | Automatic merge of 'for-linus' branch fromLinus Torvalds2005-05-291-3/+25
| |\ \ \ \ \ \
| | * | | | | | Input:Adrian Bunk2005-05-281-3/+25
| | |/ / / / /
| * | | | | | [PATCH] irq code: Add coherence test for PREEMPT_ACTIVEPaolo 'Blaisorblade' Giarrusso2005-05-281-1/+5
| |/ / / / /
| * | | | | [PATCH] VIA IRQ quirkLen Brown2005-05-271-1/+4
| * | | | | [BNX2]: New Broadcom gigabit network driver.Michael Chan2005-05-262-0/+10
| * | | | | [TOKENRING]: be'ify trh_hdr, trllc, rif_cache_sAlexey Dobriyan2005-05-261-3/+3
| * | | | | [PKT_SCHED] netem: allow random reordering (with fix)Stephen Hemminger2005-05-261-1/+8
| | |/ / / | |/| | |
| * | | | [PATCH] convert IDE device drivers to driver-modelBartlomiej Zolnierkiewicz2005-05-261-16/+4
| |/ / /
| * | | [PATCH] Cleanup DEFINE_WAITblaisorblade@yahoo.it2005-05-241-3/+1
| * | | [NET]: netdevice.h: be'ify packet_typeAlexey Dobriyan2005-05-231-1/+1
| * | | [TG3]: Add 5752M device ID.Xose Vazquez Perez2005-05-231-0/+1
| * | | [NET]: include/linux/if_tr.h clean-upJon Mason2005-05-231-24/+15
| * | | [NET]: Kill stray reference to sock->passcred.David S. Miller2005-05-231-1/+0
| * | | Merge of master.kernel.org:/home/rmk/linux-2.6-mmc.gitLinus Torvalds2005-05-211-0/+27
| |\ \ \
| | * | | [PATCH] MMC: Proper MMC command classes supportPierre Ossman2005-05-211-0/+27
| * | | | [PATCH] spin_unlock_bh() and preempt_check_resched()Samuel Thibault2005-05-211-4/+4
| |/ / /
| * | | [PATCH] x86_64: Fixed guard page handling again in iounmapAndi Kleen2005-05-201-0/+1
| * | | Fix get_unmapped_area sanity testsLinus Torvalds2005-05-191-1/+3
* | | | AUDIT: Record working directory when syscall arguments are pathnamesDavid Woodhouse2005-05-271-1/+2
* | | | AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse2005-05-211-3/+4
* | | | AUDIT: Avoid sleeping function in SElinux AVC audit.Stephen Smalley2005-05-211-0/+3
* | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-192-3/+7
|\ \ \ \ | |/ / /
| * | | [PATCH] Driver Core: remove driver model detach_stateDavid Brownell2005-05-171-3/+0
| * | | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/...Linus Torvalds2005-05-171-0/+7
| |\ \ \
| | * | | [PATCH] libata: flush COMRESET set and clearBrett Russ2005-05-151-0/+7
| | | |/ | | |/|
* | | | AUDIT: Treat all user messages identically.David Woodhouse2005-05-181-15/+2
* | | | AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse2005-05-171-1/+6
* | | | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-171-0/+19
|\ \ \ \ | |/ / /
| * | | [PATCH] Serial: Add uart_insert_char()Russell King2005-05-091-0/+19
| |/ /
* | | AUDIT: Fix some spelling errorsSteve Grubb2005-05-131-1/+1
* | | AUDIT: Add message types to audit recordsSteve Grubb2005-05-131-16/+50
* | | Add audit_log_typeChris Wright2005-05-111-6/+10
* | | Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright2005-05-111-1/+3
* | | The attached patch addresses the problem with getting the audit daemon Steve Grubb2005-05-061-8/+17
|/ /
* | [PATCH] update Ross Biro bouncing email addressJesper Juhl2005-05-059-9/+9
* | [PATCH] Spelling cleanups in shrinker codeDomen Puncer2005-05-051-2/+2
* | [PATCH] ixj* - compile warning cleanupDomen Puncer2005-05-051-2/+0
OpenPOWER on IntegriCloud