| Commit message (Expand) | Author | Age | Files | Lines |
* | [IA64] pvops: add to hooks, pv_time_ops, for steal time accounting. | Isaku Yamahata | 2008-05-27 | 1 | -0/+32 |
* | [IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations. | Isaku Yamahata | 2008-05-27 | 2 | -4/+67 |
* | [IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic. | Isaku Yamahata | 2008-05-27 | 2 | -2/+56 |
* | [IA64] pvops: define initialization hooks, pv_init_ops, for paravirtualized e... | Isaku Yamahata | 2008-05-27 | 1 | -0/+70 |
* | [IA64] pvops: paravirtualize NR_IRQS | Isaku Yamahata | 2008-05-27 | 2 | -8/+36 |
* | [IA64] pvops: paravirtualize entry.S | Isaku Yamahata | 2008-05-27 | 2 | -0/+31 |
* | [IA64] pvops: paravirtualize minstate.h. | Isaku Yamahata | 2008-05-27 | 1 | -0/+2 |
* | [IA64] pvops: define paravirtualized instructions for native. | Isaku Yamahata | 2008-05-27 | 1 | -0/+165 |
* | [IA64] pvops: introduce pv_cpu_ops to paravirtualize privileged instructions. | Isaku Yamahata | 2008-05-27 | 5 | -42/+178 |
* | [IA64] pvops: add an early setup hook for pv_ops. | Isaku Yamahata | 2008-05-27 | 1 | -0/+3 |
* | [IA64] pvops: introduce pv_info which describes some random info. | Isaku Yamahata | 2008-05-27 | 1 | -0/+62 |
* | [IA64] pvops: preparation: introduce ia64_get_psr_i() to make kernel paravirt... | Isaku Yamahata | 2008-05-27 | 2 | -2/+10 |
* | [IA64] pvops: preparation: introduce ia64_set_rr0_to_rr4() to make kernel par... | Isaku Yamahata | 2008-05-27 | 2 | -5/+10 |
* | [IA64] pvops: preparation: move the constants, LOAD_OFFSET, to a header file. | Isaku Yamahata | 2008-05-27 | 1 | -0/+1 |
* | [IA64] pvops: preparation: remove extern in irq_ia64.c | Isaku Yamahata | 2008-05-27 | 1 | -0/+2 |
* | [IA64] Workaround for RSE issue | Tony Luck | 2008-05-27 | 3 | -1/+3 |
* | posix timers: discard SI_TIMER signals on exec | Oleg Nesterov | 2008-05-26 | 1 | -0/+2 |
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2008-05-26 | 1 | -1/+2 |
|\ |
|
| * | i2c: Align i2c_device_id | Jiri Slaby | 2008-05-26 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-05-26 | 1 | -2/+6 |
|\ \ |
|
| * | | sparc64: global_reg_snapshot is not for userspace | Adrian Bunk | 2008-05-25 | 1 | -2/+6 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-26 | 2 | -9/+11 |
|\ \ \
| |_|/
|/| | |
|
| * | | vlan: Use bitmask of feature flags instead of seperate feature bits | Patrick McHardy | 2008-05-23 | 1 | -4/+5 |
| * | | netlink: Fix nla_parse_nested_compat() to call nla_parse() directly | Thomas Graf | 2008-05-22 | 1 | -5/+6 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-05-24 | 1 | -1/+12 |
|\ \ \ |
|
| * | | | x86: prevent PGE flush from interruption/preemption | Ingo Molnar | 2008-05-23 | 1 | -1/+12 |
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-05-24 | 8 | -20/+27 |
|\ \ \ \ |
|
| * | | | | [ARM] fix OMAP include loops | Russell King | 2008-05-23 | 4 | -4/+1 |
| * | | | | [ARM] 5053/1: define before use of processor_id | Greg Ungerer | 2008-05-23 | 1 | -14/+15 |
| * | | | | [ARM] 5051/1: define pgtable_t for the !CONFIG_MMU case too | Greg Ungerer | 2008-05-23 | 1 | -2/+2 |
| * | | | | [ARM] omap: fix omap clk support build errors | Russell King | 2008-05-22 | 1 | -0/+5 |
| * | | | | [ARM] 5025/2: fix collie cpu initialisation | Thomas Kunze | 2008-05-22 | 1 | -0/+4 |
* | | | | | for_each_online_pgdat(): kerneldoc fix | Fernando Luis Vazquez Cao | 2008-05-24 | 1 | -1/+1 |
* | | | | | gpio: build fixes | David Brownell | 2008-05-24 | 2 | -1/+8 |
* | | | | | SM501: reverse FPEN/VBIASEN flags behaviour | Ben Dooks | 2008-05-24 | 1 | -2/+2 |
* | | | | | md: restart recovery cleanly after device failure. | NeilBrown | 2008-05-24 | 1 | -3/+1 |
* | | | | | md: allow parallel resync of md-devices. | Bernd Schubert | 2008-05-24 | 1 | -0/+3 |
* | | | | | md: kill file_path wrapper | Christoph Hellwig | 2008-05-24 | 1 | -1/+0 |
* | | | | | md: proper extern for mdp_major | Adrian Bunk | 2008-05-24 | 1 | -0/+2 |
* | | | | | mm: fix atomic_t overflow in vm | Alan Cox | 2008-05-24 | 1 | -2/+2 |
* | | | | | types.h: don't expose struct ustat to userspace | maximilian attems | 2008-05-24 | 1 | -2/+2 |
* | | | | | serial: support for InstaShield IS-400 four port RS-232 PCI card | Ignacio García Pérez | 2008-05-24 | 1 | -0/+1 |
* | | | | | fix parenthesis in include/asm-mips/mach-au1x00/au1000.h | Mariusz Kozlowski | 2008-05-24 | 1 | -1/+1 |
* | | | | | fix parenthesis in include/asm-mips/gic.h | Mariusz Kozlowski | 2008-05-24 | 1 | -1/+1 |
* | | | | | i5k_amb: support Intel 5400 chipset | Darrick J. Wong | 2008-05-24 | 1 | -0/+3 |
* | | | | | [POWERPC] mpic: Fix use of uninitialized variable | Stephen Rothwell | 2008-05-23 | 1 | -2/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-21 | 5 | -5/+5 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | tcp: Make prior_ssthresh a u32 | Ilpo Järvinen | 2008-05-21 | 1 | -1/+1 |
| * | | netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ | Patrick McHardy | 2008-05-21 | 4 | -4/+4 |
* | | | Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-05-20 | 1 | -5/+7 |
|\ \ \ |
|