summaryrefslogtreecommitdiffstats
path: root/arch/um/sys-i386 (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-15xen/irq: Alter the locking to use a mutex instead of a spinlock.Konrad Rzeszutek Wilk1-20/+20
2011-09-13xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel1-4/+6
2011-09-08xen: disable PV spinlocks on HVMStefano Stabellini1-1/+0
2011-09-01xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk1-0/+10
2011-09-01xen: x86_32: do not enable iterrupts when returning from exception in interru...Igor Mammedov1-3/+5
2011-09-01xen: use maximum reservation to limit amount of usable RAMDavid Vrabel1-0/+19
2011-08-22xen/tracing: Fix tracing config option properlyJeremy Fitzhardinge1-1/+1
2011-08-22xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini1-2/+2
2011-08-17xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich3-8/+12
2011-08-10xen: xen-selfballoon.c needs more header filesRandy Dunlap1-0/+1
2011-08-05xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not setKonrad Rzeszutek Wilk1-0/+1
2011-08-04xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov1-5/+3
2011-08-04xen: Fix printk() format in xen/setup.cIgor Mammedov1-2/+2
2011-08-04 xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge1-1/+1
2011-08-03xen/self-balloon: Add dependency on tmem.Konrad Rzeszutek Wilk1-1/+1
2011-08-03xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk1-2/+2
2011-08-03xen/grant: Fix compile warning.Konrad Rzeszutek Wilk1-1/+1
2011-08-03xen/pciback: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-30ext2: remove duplicate 'ext2_get_acl()' defineLinus Torvalds1-1/+0
2011-07-28ARM: zynq: remove incorrectly deleted fileArnd Bergmann2-1/+1
2011-07-28at91: add arch specific ioremap supportJean-Christophe PLAGNIOL-VILLARD2-1/+29
2011-07-28at91: factorize sram initJean-Christophe PLAGNIOL-VILLARD9-115/+39
2011-07-28at91: move register clocks to soc generic initJean-Christophe PLAGNIOL-VILLARD9-21/+11
2011-07-28at91: move clock subsystem init to soc generic initJean-Christophe PLAGNIOL-VILLARD10-31/+18
2011-07-28at91: use structure to store the current socJean-Christophe PLAGNIOL-VILLARD10-120/+341
2011-07-28at91: remove AT91_DBGU offset from dbgu register macroJean-Christophe PLAGNIOL-VILLARD5-25/+28
2011-07-28at91: factorize at91 interrupts init to socJean-Christophe PLAGNIOL-VILLARD45-322/+61
2011-07-28at91: introduce commom AT91_BASE_SYSJean-Christophe PLAGNIOL-VILLARD54-173/+232
2011-07-28n2_crypto: Attach on Niagara-T3.David S. Miller1-15/+18
2011-07-28n2rng: Attach on Niagara-T3.David S. Miller2-13/+18
2011-07-28watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck4-0/+21
2011-07-28watchdog: WatchDog Timer Driver Core - Add ioctl callWim Van Sebroeck3-0/+13
2011-07-28watchdog: WatchDog Timer Driver Core - Add nowayout featureWim Van Sebroeck3-10/+22
2011-07-28watchdog: WatchDog Timer Driver Core - Add Magic Close featureWim Van Sebroeck3-3/+32
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME...Wim Van Sebroeck3-0/+34
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctlWim Van Sebroeck3-9/+80
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctlWim Van Sebroeck2-0/+8
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic ioctl functionalityWim Van Sebroeck3-0/+42
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck8-0/+566
2011-07-28watchdog: hpwdt: add next gen HP serversThomas Mingarelli1-27/+77
2011-07-28arm/dt: tegra devicetree supportGrant Likely7-0/+368
2011-07-28arm/versatile: Add device tree supportGrant Likely11-0/+414
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely2-0/+68
2011-07-28irq: add irq_domain translation infrastructureGrant Likely9-19/+219
2011-07-28tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson1-3/+3
2011-07-28tg3: Break larger frags into 4k chunks for 5719Matt Carlson2-6/+47
2011-07-28tg3: Add tx BD budgeting codeMatt Carlson1-20/+29
2011-07-28tg3: Consolidate code that calls tg3_tx_set_bd()Matt Carlson1-37/+42
2011-07-28tg3: Add partial fragment unmapping codeMatt Carlson2-0/+27
2011-07-28tg3: Generalize tg3_skb_error_unmap()Matt Carlson1-32/+16