summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-fixes'Jeff Garzik2005-12-137-14/+36
|\
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2005-12-134-6/+32
| |\
| | * [IA64] Define an ia64 version of __raw_read_trylockKeith Owens2005-12-121-1/+11
| | * [IA64] Fix missing parameter for local_add/subChristoph Lameter2005-12-071-2/+2
| | * [IA64] Change SET_PERSONALITY to comply with comment in binfmt_elf.c.Robin Holt2005-12-061-0/+2
| | * [IA64-SGI] altix: pci_window fixupJohn Keller2005-12-061-3/+17
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-12-133-8/+4
| |\ \
| | * | [ARM] 3199/1: Remove bogus function prototype from arch-pxa/irq.hDeepak Saxena2005-12-091-5/+0
| | * | [ARM] 3194/1: add pfn_to_kaddr macro for ARM take2Hiroki Kaminaga2005-12-051-0/+1
| | * | [ARM] 3191/1: Mark I/O pointer as const in __raw_reads[bwl]Deepak Saxena2005-12-051-3/+3
| | |/
* | | Merge branch 'master'Jeff Garzik2005-12-1219-107/+151
|\| |
| * | [PATCH] broken cast in parport_pcDave Jones2005-12-121-1/+1
| * | [PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S2005-12-121-0/+1
| * | [PATCH] kprobes: no probes on critical pathKeshavamurthy Anil S2005-12-121-1/+6
| * | [PATCH] V4L/DVB: (3151) I2C ID renamed to I2C_DRIVERID_INFRAREDMauro Carvalho Chehab2005-12-121-1/+1
| * | [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4Mauro Carvalho Chehab2005-12-123-12/+12
| * | [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3Mauro Carvalho Chehab2005-12-127-100/+100
| * | [PATCH] inotify: add two inotify_add_watch flagsJohn McCutchan2005-12-121-0/+2
| * | [PATCH] add hlist_replace_rcu()Ingo Molnar2005-12-121-1/+25
| * | [PATCH] Add timestamp field to process eventsMatt Helsley2005-12-121-0/+2
| * | [PATCH] Add getnstimestamp functionMatt Helsley2005-12-121-0/+1
| * | [PATCH] add rcu_barrier() synchronization pointDipankar Sarma2005-12-121-0/+2
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-12-122-0/+7
| |\ \
| | * | [DECNET]: add memory buffer settings Steven Whitehouse2005-12-052-0/+7
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-12-121-1/+2
| |\ \
| | * | [PATCH] powerpc: Add missing icache flushes for hugepagesDavid Gibson2005-12-091-1/+2
| | |/
| * / Remove (at least temporarily) the "incomplete PFN mapping" supportLinus Torvalds2005-12-121-1/+0
| |/
* | Merge branch 'master'Jeff Garzik2005-12-045-7/+45
|\|
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-12-022-7/+24
| |\
| | * [ARM] sema_count() removalArthur Othieno2005-12-011-5/+0
| | * [ARM SMP] Use event instructions for spinlocksRussell King2005-12-011-2/+24
| * | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2005-12-021-0/+16
| |\ \
| | * | [MIPS] Qemu: Qemu is emulating a 1193.182kHz i8254 PIC.Ralf Baechle2005-12-011-0/+16
| * | | [PATCH] V4L: Add workaround for Hauppauge PVR150 with certain NTSC tuner modelsHans Verkuil2005-12-021-0/+2
| * | | [PATCH] V4L: Some funcions now static and I2C hw code for IRMauro Carvalho Chehab2005-12-021-0/+1
| * | | [PATCH] V4L: tveeprom MAC address parsing/cleanupSteven Toth2005-12-021-0/+2
| |/ /
* | | [PATCH] sky2: change netif_rx_schedule_test to __netif_schedule_prepshemminger@osdl.org2005-12-011-4/+4
* | | Merge branch 'master'Jeff Garzik2005-12-015-15/+36
|\| |
| * | Revert "[PATCH] pci_ids.h: remove duplicate entries"Linus Torvalds2005-11-301-0/+3
| * | VM: add "vm_insert_page()" functionLinus Torvalds2005-11-301-0/+1
| * | [PATCH] pci_ids.h: remove duplicate entriesGrant Coady2005-11-301-3/+0
| |/
| * [PATCH] process events connector: uid_t gid_t size issuesMatt Helsley2005-11-301-4/+4
| * [ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka2005-11-301-7/+7
| * [ATM]: linux/config.h only needed for #ifdef __KERNEL__ sectionChas Williams2005-11-301-1/+1
| * [ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as constMitchell Blank Jr2005-11-301-1/+1
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2005-11-291-1/+2
| |\
| | * [IA64] - Make pfn_valid more precise for SGI Altix systemsDean Roe2005-11-291-1/+2
| * | VM: add common helper function to create the page tablesLinus Torvalds2005-11-291-0/+2
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds2005-11-291-1/+17
| |\ \
| | * | [MTD] CFI: Use 16-bit access to autoselect/read device id dataTodd Poynor2005-11-291-1/+17
| | |/