summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [ARM] 5023/1: Fix broken gpio interrupts on ep93xxRyan Mallon2008-05-041-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-05-1015-110/+136
|\ \ \ \ \
| * | | | | x86: rdc: leds build/config fixIngo Molnar2008-05-101-0/+1
| * | | | | x86: sysfs cpu?/topology is empty in 2.6.25 (32-bit Intel system)Vaidyanathan Srinivasan2008-05-101-8/+10
| * | | | | x86: revert commit 709f744 ("x86: bitops asm constraint fixes")Simon Holm Thøgersen2008-05-101-20/+17
| * | | | | x86: restrict keyboard io ports reservation to make ipmi driver workHelge Wagner2008-05-102-2/+9
| * | | | | x86: fix fpu restore from sig returnSuresh Siddha2008-05-102-3/+19
| * | | | | x86: remove spew print out about bus to node mappingYinghai Lu2008-05-101-8/+0
| * | | | | x86: revert printk format warning change which is for linux-nextThomas Gleixner2008-05-101-1/+1
| * | | | | x86: cleanup PAT cpu validationThomas Gleixner2008-05-085-60/+55
| * | | | | x86: geode: define geode_has_vsa2() even if CONFIG_MGEODE_LX is not setAndres Salomon2008-05-081-0/+7
| * | | | | x86: GEODE: cache results from geode_has_vsa2() and uninlineAndres Salomon2008-05-082-10/+20
| * | | | | x86: revert geode config dependencyThomas Gleixner2008-05-081-1/+0
* | | | | | BKL: revert back to the old spinlock implementationLinus Torvalds2008-05-104-81/+95
* | | | | | Revert "semaphore: fix"Linus Torvalds2008-05-101-30/+34
* | | | | | Make <asm-x86/spinlock.h> use ACCESS_ONCE()Linus Torvalds2008-05-101-14/+4
* | | | | | Move ACCESS_ONCE() to <linux/compiler.h>Linus Torvalds2008-05-102-12/+12
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-0939-229/+817
|\ \ \ \ \ \
| * | | | | | Blackfin Serial Driver: abstract away DLAB differences into headerMike Frysinger2008-05-076-33/+22
| * | | | | | Blackfin Serial Driver: macro away the IER differences between processorsMike Frysinger2008-05-075-54/+12
| * | | | | | [Blackfin] arch: remove useless IRQ_SW_INT definesMichael Hennerich2008-05-103-34/+28
| * | | | | | [Blackfin] arch: protect linux/usb/musb.h include until the driver gets mainl...Mike Frysinger2008-05-101-0/+2
| * | | | | | [Blackfin] arch: protect linux/usb/isp1362.h include until the driver gets ma...Mike Frysinger2008-05-103-0/+6
| * | | | | | [Blackfin] arch: add EBIU supporting for BF54x EZKIT SMSC LAN911x/LAN921x fam...Michael Hennerich2008-05-071-0/+1
| * | | | | | [Blackfin] arch: Set spi flash partition on bf527 as like bf548.Grace Pan2008-05-071-5/+1
| * | | | | | [Blackfin] arch: fix bug - Remove module will not free L1 memory usedMeihui Fan2008-05-071-15/+22
| * | | | | | [Blackfin] arch: fix wrong header name in commentMike Frysinger2008-05-071-1/+1
| * | | | | | [Blackfin] arch: Fix BUG - spi flash on bf527 ezkit would fail at mountMichael Hennerich2008-05-071-1/+1
| * | | | | | [Blackfin] arch: add twi_lcd and twi_keypad i2c board info to bf527-ezkitBryan Wu2008-05-071-0/+25
| * | | | | | [Blackfin] arch: Add physmap partition for BF527-EZkitMichael Hennerich2008-05-071-0/+45
| * | | | | | [Blackfin] arch: fix gdb testing regressionBernd Schmidt2008-05-073-31/+87
| * | | | | | [Blackfin] arch: disable single stepping when delivering a signalBernd Schmidt2008-05-071-0/+13
| * | | | | | [Blackfin] arch: Delete unused (copied from m68k) entries in asm-offsets.c.Bernd Schmidt2008-05-072-5/+2
| * | | | | | [Blackfin] arch: In the double fault handler, set up the PT_RETI slotBernd Schmidt2008-05-071-0/+5
| * | | | | | [Blackfin] arch: Support for CPU_FREQ and NOHZVitja Makarov2008-05-073-12/+26
| * | | | | | [Blackfin] arch: Functional power management support: Add CPU and platform vo...Michael Hennerich2008-05-0715-28/+468
| * | | | | | [Blackfin] arch: fix bug - breaking the atomic sections code.Bernd Schmidt2008-05-071-1/+1
| * | | | | | [Blackfin] arch: Equalize include files: Add VR_CTL masksMichael Hennerich2008-05-073-0/+50
| * | | | | | [Blackfin] arch: Cleanup Kconfig, fix comment and make sure we exclude CCLK=S...Michael Hennerich2008-05-072-12/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-05-0922-345/+340
|\ \ \ \ \ \
| * | | | | | [CIFS] fix build warningSteve French2008-05-091-1/+1
| * | | | | | [CIFS] Fixed build warning in is_ipIgor Mammedov2008-05-083-32/+5
| * | | | | | [CIFS] cleanup cifsd completionSteve French2008-05-061-6/+0
| * | | | | | [CIFS] Remove over-indented code in find_unc().Steve French2008-05-061-33/+31
| * | | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-05-062353-39258/+93658
| |\ \ \ \ \ \
| * | | | | | | [CIFS] fix typoSteve French2008-05-021-1/+1
| * | | | | | | [CIFS] Remove duplicate call to mode_to_aclSteve French2008-04-291-4/+0
| * | | | | | | [CIFS] convert usage of implicit booleans to boolSteve French2008-04-2917-214/+200
| * | | | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Igor Mammedov2008-04-28693-10061/+18178
| |\ \ \ \ \ \ \
| * | | | | | | | [CIFS] fixed compatibility issue with samba refferal requestIgor Mammedov2008-04-281-11/+14