summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Manual merge with Linus.Dmitry Torokhov2006-04-02808-10946/+15176
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-313-20/+4
| |\
| | * [ARM] 3424/2: ixp23xx: fix uncompress.h for recent CRLF decompressor changeLennert Buytenhek2006-03-301-8/+3
| | * [ARM] 3434/1: pxa i2s amsl defineMarc-Andre Hebert2006-03-301-1/+1
| | * [ARM] Allow un-muxed syscalls to be available for everyoneRussell King2006-03-301-11/+0
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-03-311-3/+31
| |\ \
| | * | [IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibilityTony Luck2006-03-311-3/+3
| | * | [IA64] Export cpu cache info by sysfsZhang, Yanmin2006-03-301-0/+28
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-314-58/+34
| |\ \ \
| | * | | [NET]: Allow skb headroom to be overriddenAnton Blanchard2006-03-312-5/+29
| | * | | [TCP]: Kill unused extern decl for tcp_v4_hash_connecting()David S. Miller2006-03-311-3/+0
| | * | | [NET]: Deinline some larger functions from netdevice.hDenis Vlasenko2006-03-291-50/+5
| * | | | [PATCH] mutex: some cleanupsNicolas Pitre2006-03-312-30/+33
| * | | | [PATCH] fs/namei.c: make lookup_hash() staticAdrian Bunk2006-03-311-1/+0
| * | | | [PATCH] fbcon: Fix big-endian bogosity in slow_imageblit()Antonino A. Daplas2006-03-311-2/+0
| * | | | [PATCH] backlight: corgi_bl: Generalise to support other Sharp SL hardwareRichard Purdie2006-03-311-0/+2
| * | | | [PATCH] backlight: Backlight Class ImprovementsRichard Purdie2006-03-311-10/+15
| * | | | [PATCH] dcache: Add helper d_hash_and_lookupEric W. Biederman2006-03-311-0/+1
| * | | | [PATCH] pidhash: Refactor the pid hash tableEric W. Biederman2006-03-312-17/+83
| * | | | [PATCH] task: RCU protect task->usageEric W. Biederman2006-03-311-1/+1
| * | | | [PATCH] resurrect __put_task_structAndrew Morton2006-03-311-0/+1
| * | | | [PATCH] sched: activate SCHED BATCH expiredCon Kolivas2006-03-311-0/+1
| * | | | [PATCH] sched: cleanup task_activated()Con Kolivas2006-03-311-1/+8
| * | | | [PATCH] sched: reduce overhead of calc_loadJack Steiner2006-03-311-0/+1
| * | | | [PATCH] hrtimer: create generic sleeperThomas Gleixner2006-03-311-0/+16
| * | | | [PATCH] LED: Add IDE disk activity LED triggerRichard Purdie2006-03-311-0/+8
| * | | | [PATCH] LED: add LED trigger tupportRichard Purdie2006-03-311-0/+52
| * | | | [PATCH] LED: add LED classRichard Purdie2006-03-311-0/+51
| * | | | [PATCH] vt: add TIOCL_GETKMSGREDIRECTRafael J. Wysocki2006-03-311-0/+1
| * | | | [PATCH] make local_t signedAndrew Morton2006-03-313-11/+18
| * | | | [PATCH] sys_sync_file_range()Andrew Morton2006-03-314-7/+11
| * | | | [PATCH] IPMI: fix startup race conditionCorey Minyard2006-03-311-3/+13
| * | | | [PATCH] Simplify proc/devices and fix early termination regressionJoe Korty2006-03-311-11/+4
| * | | | [PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov2006-03-311-4/+4
| * | | | [PATCH] for_each_possible_cpu: s390KAMEZAWA Hiroyuki2006-03-311-1/+1
| * | | | [PATCH] uml: check for differences in host supportPaolo 'Blaisorblade' Giarrusso2006-03-311-1/+5
| * | | | [PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso2006-03-317-38/+110
| * | | | [PATCH] uml: split ldt.h in arch-independent and arch-dependant codePaolo 'Blaisorblade' Giarrusso2006-03-314-106/+77
| * | | | [PATCH] uml: sparse cleanupsAl Viro2006-03-313-10/+10
| * | | | [PATCH] i386 kdump timer vector lockup fixVivek Goyal2006-03-311-0/+1
| * | | | [PATCH] Remove long dead i386 floppy asm codeBrian Gerst2006-03-311-34/+0
| * | | | [PATCH] mm: schedule find_trylock_page() removalNick Piggin2006-03-311-2/+2
| * | | | [PATCH] migrate_pages_to() must be defined for the no swap caseChristoph Lameter2006-03-311-1/+4
| * | | | [PATCH] drivers/mtd/: small cleanupsAdrian Bunk2006-03-311-0/+5
| * | | | [PATCH] sem2mutex: drivers/mtd/Ingo Molnar2006-03-312-4/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-03-3010-130/+90
| |\ \ \ \
| | * | | | [PARISC] Add atomic_sub_and_testKyle McMartin2006-03-301-0/+3
| | * | | | [PARISC] Make local_t use atomic_long_tKyle McMartin2006-03-301-8/+8
| | * | | | [PARISC] Add PREEMPT supportKyle McMartin2006-03-301-1/+2
| | * | | | [PARISC] More useful readwrite lock helpersKyle McMartin2006-03-301-4/+12
OpenPOWER on IntegriCloud