summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | staging: ath6kl: Fixing the driver to use modified mmc_host structureVipin Mehta2010-11-031-2/+2
| * | Staging: solo6x10: fix build problemGreg Kroah-Hartman2010-11-022-2/+2
| |/
* | Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-11-0810-34/+171
|\ \
| * \ Merge branch 'rmobile/core' into rmobile-fixes-for-linusPaul Mundt2010-11-0810-34/+171
| |\ \
| | * | mmc: sh_mmcif: Convert extern inline to static inline.Paul Mundt2010-11-041-9/+9
| | * | ARM: mach-shmobile: Allow GPIO chips to register IRQ mappings.Paul Mundt2010-11-041-2/+2
| | * | ARM: mach-shmobile: fix sh7372 after a recent clock framework reworkGuennadi Liakhovetski2010-11-021-0/+1
| | * | ARM: mach-shmobile: include drivers/sh/KconfigPaul Mundt2010-11-011-0/+2
| | * | ARM: mach-shmobile: ap4evb: Add HDMI sound supportKuninori Morimoto2010-10-311-1/+45
| | * | ARM: mach-shmobile: clock-sh7372: Add FSIDIV clock supportKuninori Morimoto2010-10-312-0/+103
| | * | ARM: shmobile: remove sh_timer_config clk memberMagnus Damm2010-10-314-22/+9Star
* | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-11-0849-1482/+259Star
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/int...Paul Mundt2010-11-0849-1482/+259Star
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | | | | | * | | sh: intc: Update for single IRQ reservation helper.Paul Mundt2010-11-012-2/+2
| | | | | | | |/ | | | | | | |/|
| | | | | * | | sh: Simplify phys_addr_mask()/PTE_PHYS_MASK for 29/32-bit.Paul Mundt2010-11-041-12/+0Star
| | | | * | | | sh: clkfwk: Fix up checkpatch warnings.Paul Mundt2010-11-081-5/+22
| | | | * | | | sh: make some needlessly global sh7724 clocks staticGuennadi Liakhovetski2010-11-081-3/+3
| | | | * | | | sh: add clk_round_parent() to optimize parent clock rateGuennadi Liakhovetski2010-11-082-0/+79
| | | | * | | | sh: clkfwk: Fix up rate rounding error handling.Paul Mundt2010-11-011-2/+2
| | | | | |_|/ | | | | |/| |
| | | * | | | sh: nommu: Support building without an uncached mapping.Paul Mundt2010-11-044-42/+41Star
| | | * | | | sh: nommu: use 32-bit phys mode.Paul Mundt2010-11-045-14/+14
| | | * | | | sh: mach-se: Fix up SE7206 no ioport build.Paul Mundt2010-11-041-1/+3
| | | | |/ / | | | |/| |
| | * | | | sh: mach-se: Rip out superfluous 7751 PIO routines.Paul Mundt2010-10-293-138/+1Star
| | * | | | sh: mach-se: Rip out superfluous 770x PIO routines.Paul Mundt2010-10-293-179/+1Star
| | * | | | sh: mach-edosk7705: Kill off machtype, consolidate board def.Paul Mundt2010-10-295-14/+1Star
| | * | | | sh: mach-edosk7705: update for this century, kill off PIO trapping.Paul Mundt2010-10-293-82/+54Star
| | * | | | sh: mach-se: Rip out superfluous 7206 PIO routines.Paul Mundt2010-10-293-120/+1Star
| | * | | | sh: mach-systemh: Kill off dead board.Paul Mundt2010-10-299-397/+0Star
| | * | | | sh: mach-snapgear: Kill off machtype, consolidate board def.Paul Mundt2010-10-297-8/+3Star
| | * | | | sh: mach-snapgear: Rip out superfluous PIO routines.Paul Mundt2010-10-294-170/+11Star
| | * | | | sh: mach-microdev: SuperIO-relative ioport mapping.Paul Mundt2010-10-293-275/+3Star
* | | | | | floppy: fix another use-after-freeVivek Goyal2010-11-061-1/+1
|/ / / / /
* | | | | ipw2x00: remove the right /proc/net entryLinus Torvalds2010-11-061-4/+5
* | | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-11-067-13/+21
|\ \ \ \ \
| * | | | | KVM: PPC: BookE: Load the lower half of MSRScott Wood2010-11-051-1/+1
| * | | | | KVM: PPC: BookE: fix sleep with interrupts disabledScott Wood2010-11-051-2/+0Star
| * | | | | KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().Scott Wood2010-11-051-1/+1
| * | | | | PPC: KVM: Book E doesn't have __end_interrupts.Scott Wood2010-11-051-1/+1
| * | | | | KVM: x86: Issue smp_call_function_many with preemption disabledJan Kiszka2010-11-051-0/+2
| * | | | | KVM: x86: fix information leak to userlandVasiliy Kulikov2010-11-051-0/+6
| * | | | | KVM: PPC: fix information leak to userlandVasiliy Kulikov2010-11-051-0/+1
| * | | | | KVM: MMU: fix rmap_remove on non present sptesMarcelo Tosatti2010-11-051-4/+5
| * | | | | KVM: Write protect memory after slot swapMichael S. Tsirkin2010-11-051-4/+4
* | | | | | floppy: fix use-after-free in module load failure pathLinus Torvalds2010-11-061-1/+1
* | | | | | watchdog: Fix section mismatch and potential undefined behavior.David Daney2010-11-061-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-0546-153/+246
|\ \ \ \ \ \
| * | | | | | inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage2010-11-041-11/+16
| * | | | | | netlink: Make nlmsg_find_attr take a const nlmsghdr*.Nelson Elhage2010-11-041-1/+1
| * | | | | | fib: fib_result_assign() should not change fib refcountsEric Dumazet2010-11-041-4/+1Star
| * | | | | | netfilter: ip6_tables: fix information leak to userspaceJan Engelhardt2010-11-041-0/+1