linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-15 20:55:48 to 2012-03-20 02:25:11 UTC [more...]

[PATCH v14 01/13] sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W
 2012-03-20  2:24 UTC  (20+ messages)
                  ` [PATCH] net: bpf_jit: fix BPF_S_LDX_B_MSH compilation
                    ` [PATCH] net: bpf_jit: Document evilness of negative indirect loads
                    ` [PATCH] net: bpf_jit: Simplify code by always using offset8 or offset32

[PATCH 13/35] Disintegrate asm/system.h for M68K [ver #2]
 2012-03-19 12:05 UTC  (27+ messages)
` [RFC][PATCH 00/35] Disintegrate and kill asm/system.h "
  ` [PATCH 17/35] Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h "
      ` [ORLinux] "

[RFC][PATCH 00/38] Disintegrate and kill asm/system.h [ver #3]
 2012-03-19 11:18 UTC  (73+ messages)
` [PATCH 02/38] Disintegrate asm/system.h for X86 "
` [PATCH 03/38] Disintegrate asm/system.h for Alpha "
` [PATCH 04/38] ARM: move CP15 definitions to separate header file "
` [PATCH 05/38] Disintegrate asm/system.h for ARM "
` [PATCH 06/38] Disintegrate asm/system.h for AVR32 "
` [PATCH 07/38] Disintegrate asm/system.h for Blackfin "
` [PATCH 08/38] Fix c6x's entry.S "
` [PATCH 09/38] Disintegrate asm/system.h for C6X "
` [PATCH 10/38] Disintegrate asm/system.h for CRIS "
` [PATCH 11/38] Disintegrate asm/system.h for FRV "
` [PATCH 12/38] Disintegrate asm/system.h for H8300 "
` [PATCH 13/38] Disintegrate asm/system.h for Hexagon "
` [PATCH 14/38] Disintegrate asm/system.h for IA64 "
` [PATCH 15/38] Disintegrate asm/system.h for M32R "
` [PATCH 16/38] Disintegrate asm/system.h for M68K "
` [PATCH 17/38] Disintegrate asm/system.h for Microblaze "
` [PATCH 18/38] Disintegrate asm/system.h for MIPS "
` [PATCH 19/38] Disintegrate asm/system.h for MN10300 "
` [PATCH 20/38] Disintegrate asm/system.h for PA-RISC "
` [PATCH 21/38] Disintegrate asm/system.h for PowerPC "
` [PATCH 22/38] Disintegrate asm/system.h for S390 "
` [PATCH 23/38] Disintegrate asm/system.h for Score "
` [PATCH 24/38] Disintegrate asm/system.h for SH "
` [PATCH 25/38] Disintegrate asm/system.h for Sparc "
` [PATCH 26/38] Disintegrate asm/system.h for Tile "
` [PATCH 27/38] Disintegrate asm/system.h for Unicore32 "
` [PATCH 28/38] Disintegrate asm/system.h for Xtensa "
` [PATCH 29/38] Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h "
` [PATCH 30/38] Create asm-generic/barrier.h "
` [PATCH 31/38] Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h "
` [PATCH 32/38] Split the switch_to() wrapper out of asm-generic/system.h "
` [PATCH 33/38] Split arch_align_stack() out from "
` [PATCH 34/38] Disintegrate asm/system.h for OpenRISC "
` [PATCH 35/38] Move all declarations of free_initmem() to linux/mm.h "
` [PATCH 36/38] Add #includes needed to permit the removal of asm/system.h "
` [PATCH 37/38] Remove all #inclusions "
` [PATCH 38/38] Delete all instances "

[PATCH] Kbuild: centralize MKIMAGE and cmd_uimage definitions
 2012-03-19  9:05 UTC  (9+ messages)

[PATCH -v11 00/30] PCI: allocate pci bus num range for unassigned bridge busn
 2012-03-19  5:43 UTC  (59+ messages)
` [PATCH -v11 01/30] x86, PCI: Add print all root info for not using _CRS path
` [PATCH -v11 02/30] x86, PCI: Allocate temp range array in amd_bus pci_root_info probing
` [PATCH -v11 03/30] x86, PCI: Merge pcibios_scan_root and pci_scan_bus_on_node
` [PATCH -v11 04/30] PCI: Add busn_res into struct pci_bus
` [PATCH -v11 05/30] PCI: Add busn_res operation functions
` [PATCH -v11 06/30] PCI: Release busn_res when removing bus
` [PATCH -v11 07/30] PCI: Insert busn_res in pci_create_root_bus()
` [PATCH -v11 08/30] PCI: Checking busn_res in pci_scan_root_bus()
` [PATCH -v11 09/30] PCI: Add default busn_resource
` [PATCH -v11 10/30] PCI: Add default busn_res for pci_scan_bus()
` [PATCH -v11 11/30] x86, PCI: Add busn_res into resources list for acpi path
` [PATCH -v11 12/30] x86, PCI: Put busn resource in pci_root_info for not using _CRS path
` [PATCH -v11 13/30] PCI, ia64: Register busn_res for root buses
` [PATCH -v11 14/30] PCI, sparc: "
` [PATCH -v11 15/30] PCI, powerpc: "
` [PATCH -v11 16/30] PCI, parisc: "
` [PATCH -v11 17/30] resources: Add probe_resource()
` [PATCH -v11 18/30] resources: Replace registered resource in tree
` [PATCH -v11 19/30] PCI: Add pci_bus_extend/shrink_top()
` [PATCH -v11 20/30] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH -v11 21/30] PCI: Add pci_bus_replace_busn_res()
` [PATCH -v11 22/30] PCI: Allocate bus range instead of use max blindly
` [PATCH -v11 23/30] PCI: Strict checking of valid range for bridge
` [PATCH -v11 24/30] PCI: Kill pci_fixup_parent_subordinate_busnr()
` [PATCH -v11 25/30] PCI: Seperate child bus scanning to two passes overall
` [PATCH -v11 26/30] pcmcia: Remove workaround for fixing pci parent bus subordinate
` [PATCH -v11 27/30] PCI: Double checking setting for bus register and bus struct
` [PATCH -v11 28/30] PCI, pciehp: Remove not needed bus number range checking
` [PATCH -v11 29/30] PCI: More strict checking of valid range for bridge
` [PATCH -v11 30/30] PCI: Don't shrink too much for hotplug bridge

[PATCH -v3 00/11] PCI: pci_host_bridge related cleanup
 2012-03-19  5:40 UTC  (21+ messages)
` [PATCH -v3 01/11] PCI: Separate host_bridge code out from probe.c
` [PATCH -v3 02/11] x86, PCI: Fix memleak with get_current_resources()
` [PATCH -v3 03/11] PCI: Rename pci_host_bridge() to find_pci_root_bridge()
` [PATCH -v3 04/11] PCI: Add generic device into pci_host_bridge struct
` [PATCH -v3 05/11] PCI: Add host bridge release support
` [PATCH -v3 06/11] x86, PCI: Break down get_current_resource()
` [PATCH -v3 07/11] x86, PCI: Add host bridge resource release for _CRS path
` [PATCH -v3 08/11] x86, PCI: Embed name into pci_root_info struct
` [PATCH -v3 09/11] x86, PCI: Embed pci_sysdata into pci_root_info on acpi path
` [PATCH -v3 10/11] x86, PCI: Allocate pci_root_info for not using _CRS path
` [PATCH -v3 11/11] x86, PCI: Merge root info printing "

[PATCH] Remove unneeded EXPORT macro
 2012-03-16  0:06 UTC  (3+ messages)

[PATCH -v2 00/36] PCI: pci_host_bridge related cleanup and busn_alloc
 2012-03-16 21:04 UTC  (6+ messages)
` [PATCH 28/36] PCI: Add pci_bus_extend/shrink_top()

[PATCH v15 00/13] seccomp_filter: syscall filtering using BPF
 2012-03-16 19:23 UTC  (8+ messages)
` [PATCH v15 01/13] sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W
` [PATCH v15 02/13] net/compat.c,linux/filter.h: share compat_sock_fprog

[PATCH 0/4 V16] Avoid soft lockup message when KVM is stopped by host
 2012-03-15 22:14 UTC  (4+ messages)
` [PATCH 2/4 V16] Add functions to check if the host has stopped the vm


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).