Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-04-06 | 2 | -4/+10 |
|\ | |||||
| * | x2apic/intr-remap: decouple interrupt remapping from x2apic | Han, Weidong | 2009-04-04 | 1 | -2/+1 |
| * | Intel IOMMU Suspend/Resume Support - Interrupt Remapping | Fenghua Yu | 2009-04-03 | 2 | -4/+11 |
* | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-04-05 | 5 | -6/+20 |
|\ \ | |||||
| * \ | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 2009-04-02 | 5 | -6/+20 |
| |\ \ | |||||
| | * \ | Merge branch 'x86/asm' into tracing/syscalls | Ingo Molnar | 2009-03-14 | 6 | -19/+208 |
| | |\ \ | |||||
| | * | | | tracing/syscalls: support for syscalls tracing on x86 | Frederic Weisbecker | 2009-03-13 | 1 | -0/+7 |
| | * | | | tracing/x86: basic implementation of syscall tracing for x86 | Frederic Weisbecker | 2009-03-13 | 1 | -3/+6 |
| | * | | | Merge branch 'x86/core' into tracing/ftrace | Ingo Molnar | 2009-03-10 | 1 | -6/+10 |
| | |\ \ \ | |||||
| | * | | | | x86: implement atomic text_poke() via fixmap | Masami Hiramatsu | 2009-03-06 | 1 | -0/+2 |
| | * | | | | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar | 2009-03-06 | 139 | -4955/+3142 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core | Ingo Molnar | 2009-03-04 | 2 | -14/+0 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing... | Ingo Molnar | 2009-03-02 | 1 | -0/+3 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | x86, ptrace: remove CONFIG guards around declarations | Markus Metzger | 2009-02-24 | 1 | -3/+0 |
| | * | | | | | | | Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2009-02-22 | 1 | -0/+5 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | ftrace, x86: make kernel text writable only for conversions | Steven Rostedt | 2009-02-20 | 1 | -0/+5 |
| | * | | | | | | | | Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/... | Ingo Molnar | 2009-02-19 | 1 | -25/+0 |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | |||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-04-05 | 5 | -100/+26 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Rusty Russell | 2009-03-31 | 5 | -100/+26 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into cpumask-for-linus | Ingo Molnar | 2009-03-30 | 39 | -254/+522 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | cpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug crash | Rusty Russell | 2009-03-18 | 1 | -0/+1 |
| | * | | | | | | | | | | | cpumask: remove x86 cpumask_t uses. | Rusty Russell | 2009-03-13 | 1 | -2/+2 |
| | * | | | | | | | | | | | cpumask: use new cpumask functions throughout x86 | Rusty Russell | 2009-03-13 | 1 | -2/+2 |
| | * | | | | | | | | | | | x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_... | Rusty Russell | 2009-03-13 | 1 | -18/+0 |
| | * | | | | | | | | | | | cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -1/+1 |
| | * | | | | | | | | | | | cpumask: convert node_to_cpumask_map[] to cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -3/+3 |
| | * | | | | | | | | | | | x86: unify 32 and 64-bit node_to_cpumask_map | Rusty Russell | 2009-03-13 | 1 | -19/+11 |
| | * | | | | | | | | | | | cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_node | Rusty Russell | 2009-03-13 | 1 | -41/+0 |
| | * | | | | | | | | | | | x86: arch_send_call_function_ipi_mask | Rusty Russell | 2009-03-13 | 1 | -2/+3 |
| | * | | | | | | | | | | | cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t | Rusty Russell | 2009-03-13 | 2 | -7/+7 |
| | * | | | | | | | | | | | cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:... | Rusty Russell | 2009-03-13 | 1 | -2/+0 |
| | * | | | | | | | | | | | cpumask: remove cpu_coregroup_map: x86 | Rusty Russell | 2009-03-13 | 1 | -1/+0 |
| | * | | | | | | | | | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86 | Rusty Russell | 2009-03-13 | 2 | -6/+0 |
* | | | | | | | | | | | | | x86/dma: unify definition of pci_unmap_addr* and pci_unmap_len macros | Joerg Roedel | 2009-04-03 | 3 | -60/+32 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Allow rwlocks to re-enable interrupts | Robin Holt | 2009-04-02 | 1 | -0/+3 |
* | | | | | | | | | | | | preadv/pwritev: Add preadv and pwritev system calls. | Gerd Hoffmann | 2009-04-02 | 2 | -0/+6 |
* | | | | | | | | | | | | sgi-gru: add macros for using the UV hub to send interrupts | Jack Steiner | 2009-04-02 | 1 | -0/+12 |
* | | | | | | | | | | | | sgi-gru: add definitions of x86_64 GRU MMRs | Jack Steiner | 2009-04-02 | 1 | -0/+153 |
* | | | | | | | | | | | | sgi-gru: exclude UV definitions on 32-bit x86 | Jack Steiner | 2009-04-02 | 1 | -0/+2 |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-04-01 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | PCI/MSI: Use #ifdefs instead of weak functions | Michael Ellerman | 2009-03-19 | 1 | -0/+3 |
* | | | | | | | | | | | | pm: cleanup includes | Magnus Damm | 2009-04-01 | 1 | -24/+0 |
| |/ / / / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-03-30 | 1 | -12/+0 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cpumask: remove node_to_first_cpu | Rusty Russell | 2009-03-30 | 1 | -12/+0 |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an... | Linus Torvalds | 2009-03-30 | 1 | -20/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | lguest: use KVM hypercalls | Matias Zabaljauregui | 2009-03-30 | 1 | -20/+4 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-03-30 | 3 | -97/+95 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-28 | 143 | -4975/+3149 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / |