Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [POWERPC] mpc512x: Factor out 5200 dependencies from 52xx psc driver | John Rigby | 2008-02-06 | 1 | -64/+192 |
* | [POWERPC] mpc512x: Device tree for MPC5121 ADS | John Rigby | 2008-02-06 | 1 | -0/+122 |
* | [POWERPC] mpc512x: Basic platform support | John Rigby | 2008-02-06 | 8 | -4/+156 |
* | [POWERPC] Cell IOMMU fixed mapping support | Michael Ellerman | 2008-01-31 | 1 | -2/+267 |
* | [POWERPC] Split out the ioid fetching/checking logic | Michael Ellerman | 2008-01-31 | 1 | -6/+17 |
* | [POWERPC] Add support to cell_iommu_setup_page_tables() for multiple windows | Michael Ellerman | 2008-01-31 | 1 | -5/+10 |
* | [POWERPC] Split out the IOMMU logic from cell_dma_dev_setup() | Michael Ellerman | 2008-01-31 | 1 | -6/+13 |
* | [POWERPC] Split cell_iommu_setup_hardware() into two parts | Michael Ellerman | 2008-01-31 | 1 | -12/+26 |
* | [POWERPC] Split out the logic that allocates struct iommus | Michael Ellerman | 2008-01-31 | 1 | -4/+16 |
* | [POWERPC] Allocate the hash table under 1G on cell | Michael Ellerman | 2008-01-31 | 1 | -3/+9 |
* | [POWERPC] Add set_dma_ops() to match get_dma_ops() | Michael Ellerman | 2008-01-31 | 1 | -0/+5 |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2008-01-31 | 4468 | -181204/+352458 |
|\ | |||||
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2008-01-30 | 1 | -1/+1 |
| |\ | |||||
| | * | [WATCHDOG] use SGI_HAS_INDYDOG for INDYDOG depends | Thomas Bogendoerfer | 2008-01-29 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-01-30 | 13 | -455/+571 |
| |\ \ | |||||
| | * | | lguest: use __PAGE_KERNEL instead of _PAGE_KERNEL | Glauber de Oliveira Costa | 2008-01-30 | 1 | -2/+2 |
| | * | | lguest: Use explicit includes rateher than indirect | Glauber de Oliveira Costa | 2008-01-30 | 3 | -0/+3 |
| | * | | lguest: get rid of lg variable assignments | Glauber de Oliveira Costa | 2008-01-30 | 7 | -159/+149 |
| | * | | lguest: change gpte_addr header | Glauber de Oliveira Costa | 2008-01-30 | 1 | -4/+3 |
| | * | | lguest: move changed bitmap to lg_cpu | Glauber de Oliveira Costa | 2008-01-30 | 4 | -12/+11 |
| | * | | lguest: move last_pages to lg_cpu | Glauber de Oliveira Costa | 2008-01-30 | 3 | -7/+8 |
| | * | | lguest: change last_guest to last_cpu | Glauber de Oliveira Costa | 2008-01-30 | 1 | -3/+3 |
| | * | | lguest: change spte_addr header | Glauber de Oliveira Costa | 2008-01-30 | 1 | -4/+4 |
| | * | | lguest: per-vcpu lguest pgdir management | Glauber de Oliveira Costa | 2008-01-30 | 5 | -42/+44 |
| | * | | lguest: make pending notifications per-vcpu | Glauber de Oliveira Costa | 2008-01-30 | 4 | -9/+10 |
| | * | | lguest: makes special fields be per-vcpu | Glauber de Oliveira Costa | 2008-01-30 | 5 | -35/+36 |
| | * | | lguest: per-vcpu lguest task management | Glauber de Oliveira Costa | 2008-01-30 | 5 | -39/+42 |
| | * | | lguest: replace lguest_arch with lg_cpu_arch. | Glauber de Oliveira Costa | 2008-01-30 | 5 | -57/+58 |
| | * | | lguest: make registers per-vcpu | Glauber de Oliveira Costa | 2008-01-30 | 5 | -56/+60 |
| | * | | lguest: make emulate_insn receive a vcpu struct. | Glauber de Oliveira Costa | 2008-01-30 | 1 | -2/+3 |
| | * | | lguest: map_switcher_in_guest() per-vcpu | Glauber de Oliveira Costa | 2008-01-30 | 3 | -3/+4 |
| | * | | lguest: per-vcpu interrupt processing. | Glauber de Oliveira Costa | 2008-01-30 | 5 | -22/+24 |
| | * | | lguest: per-vcpu lguest timers | Glauber de Oliveira Costa | 2008-01-30 | 4 | -21/+21 |
| | * | | lguest: make hypercalls use the vcpu struct | Glauber de Oliveira Costa | 2008-01-30 | 4 | -36/+44 |
| | * | | lguest: make write() operation smp aware | Glauber de Oliveira Costa | 2008-01-30 | 1 | -2/+9 |
| | * | | lguest: per-cpu run guest | Glauber de Oliveira Costa | 2008-01-30 | 4 | -11/+25 |
| | * | | lguest: initialize vcpu | Glauber de Oliveira Costa | 2008-01-30 | 1 | -0/+17 |
| | * | | lguest: adapt launcher to per-cpuness | Glauber de Oliveira Costa | 2008-01-30 | 1 | -4/+13 |
| | * | | lguest: introduce vcpu struct | Glauber de Oliveira Costa | 2008-01-30 | 1 | -0/+10 |
| | * | | lguest: Reboot support | Balaji Rao | 2008-01-30 | 5 | -7/+50 |
| | * | | lguest: remove pv_info dependency | Glauber de Oliveira Costa | 2008-01-30 | 1 | -1/+1 |
| | * | | lguest: fix drivers/lguest Makefile entry | Glauber de Oliveira Costa | 2008-01-30 | 1 | -1/+1 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2008-01-30 | 38 | -682/+3380 |
| |\ \ \ | |||||
| | * | | | security: compile capabilities by default | sergeh@us.ibm.com | 2008-01-29 | 1 | -0/+1 |
| | * | | | selinux: make selinux_set_mnt_opts() static | Adrian Bunk | 2008-01-29 | 1 | -2/+2 |
| | * | | | SELinux: Add warning messages on network denial due to error | Paul Moore | 2008-01-29 | 3 | -8/+40 |
| | * | | | SELinux: Add network ingress and egress control permission checks | Paul Moore | 2008-01-29 | 1 | -122/+280 |
| | * | | | NetLabel: Add auditing to the static labeling mechanism | Paul Moore | 2008-01-29 | 2 | -14/+195 |
| | * | | | NetLabel: Introduce static network labels for unlabeled connections | Paul Moore | 2008-01-29 | 4 | -18/+1524 |
| | * | | | SELinux: Allow NetLabel to directly cache SIDs | Paul Moore | 2008-01-29 | 5 | -134/+55 |