summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-0112-74/+70
* x86, intel_txt: Handle ACPI_SLEEP without X86_TRAMPOLINEH. Peter Anvin2009-08-171-0/+4
* x86, intel_txt: Fix typos in Kconfig helpArnaldo Carvalho de Melo2009-08-141-2/+2
* x86, intel_txt: Factor out the code for S3 setupH. Peter Anvin2009-08-141-13/+40
* x86, intel_txt: tboot.c needs <asm/fixmap.h>H. Peter Anvin2009-08-121-0/+1
* intel_txt: Force IOMMU on for Intel TXT launchJoseph Cihula2009-07-212-2/+22
* x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula2009-07-213-1/+11
* x86, intel_txt: Intel TXT reboot/halt shutdown supportJoseph Cihula2009-07-212-0/+11
* x86, intel_txt: Intel TXT boot supportJoseph Cihula2009-07-219-1/+827
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-07-205-12/+15
|\
| * vmlinux.lds.h: restructure BSS linker script macrosTim Abbott2009-07-182-11/+10
| * kconfig: initialize the screen before using curses(3) functionsArnaud Lacombe2009-07-171-0/+2
| * kconfig: variable argument lists needs `stdarg.h'Arnaud Lacombe2009-07-171-0/+2
| * kbuild, deb-pkg: fix install scripts for posix shmaximilian attems2009-07-171-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-07-202-9/+6
|\ \
| * | 9p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni2009-07-141-1/+1
| * | 9p: Possible regression in p9_client_statAbhishek Kulkarni2009-07-141-5/+2
| * | 9p: default 9p transport module fixAbhishek Kulkarni2009-07-141-3/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-07-204-2/+14
|\ \
| * | cifs: free nativeFileSystem field before allocating a new oneJeff Layton2009-07-201-0/+1
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2009-07-1836-88/+175
| |\ \
| * \ \ Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2009-07-16519-5845/+6250
| |\ \ \
| * | | | [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French2009-07-103-2/+13
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-07-2028-109/+139
|\ \ \ \ \
| * | | | | Blackfin: define HARDIRQ_BITS again for nowMike Frysinger2009-07-161-0/+3
| * | | | | arch/blackfin: Add kmalloc NULL testsJulia Lawall2009-07-161-0/+8
| * | | | | Blackfin: add CPLB entries for Core B on-chip L1 SRAM regionsGraf Yang2009-07-161-6/+17
| * | | | | Blackfin: work around anomaly 05000189Robin Getz2009-07-161-1/+2
| * | | | | Blackfin: drop per-cpu loops_per_jiffy trackingMichael Hennerich2009-07-163-6/+4
| * | | | | Blackfin: fix bugs in GPIO resume codeMichael Hennerich2009-07-161-4/+2
| * | | | | Blackfin: bf537-stamp: fix irq decl for AD7142Barry Song2009-07-161-1/+1
| * | | | | Blackfin: fix handling of IPEND in interrupt context saveRobin Getz2009-07-161-3/+4
| * | | | | Blackfin: drop duplicate runtime checking of anomaly 05000448Robin Getz2009-07-161-4/+0
| * | | | | Blackfin: fix incomplete renaming of the bfin-twi-lcd driverMichael Hennerich2009-07-167-7/+7
| * | | | | Blackfin: fix wrong CTS inversionSonic Zhang2009-07-166-6/+6
| * | | | | Blackfin: update handling of anomaly 364 (wrong rev id in BF527-0.1)Graf Yang2009-07-161-14/+7
| * | | | | Blackfin: fix early_dma_memcpy() handling of busy channelsMike Frysinger2009-07-161-15/+14
| * | | | | Blackfin: handle BF561 Core B memory regions better when SMP=nMike Frysinger2009-07-162-8/+29
| * | | | | Blackfin: fix miscompilation in lshrdi3Jie Zhang2009-07-161-15/+1
| * | | | | Blackfin: fix silent crash when no uClinux MTD filesystem existsRobin Getz2009-07-161-10/+16
| * | | | | Blackfin: restore exception banner when dumping crash infoMike Frysinger2009-07-161-2/+3
| * | | | | Blackfin: work around anomaly 05000281Robin Getz2009-07-161-1/+2
| * | | | | Blackfin: update anomaly lists to match latest sheets/usageGraf Yang2009-07-167-1/+13
| * | | | | Blackfin: drop dead flash_probe callMike Frysinger2009-07-161-7/+0
| * | | | | Blackfin: cleanup code a bit with comments and definesRobin Getz2009-07-161-5/+7
| | |/ / / | |/| | |
* | | | | mvsdio: fix handling of partial word at the end of PIO transferNicolas Pitre2009-07-201-2/+2
* | | | | blackfin: fix wrong CTS inversionSonic Zhang2009-07-206-6/+6
* | | | | tty: fix chars_in_buffersAlan Cox2009-07-207-10/+10
* | | | | specialix.c: convert nested spin_lock_irqsave to spin_lockJulia Lawall2009-07-201-12/+12
* | | | | vc: create vcs(a) devices for consolesKay Sievers2009-07-201-0/+4
OpenPOWER on IntegriCloud