Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-28 22:25:37 to 2011-11-22 18:14:57 UTC [more...]

[PATCH v2 0/2] Stop some of the abuse of BUG() where compile time checks should be used
 2011-11-22 18:14 UTC  (6+ messages)
` [PATCH v2 1/2] kernel.h: Add BUILD_BUG() macro
` [PATCH v2 2/2] hugetlb: Replace BUG() with BUILD_BUG() for dummy definitions

[PATCH 0/2] Stop some of the abuse of BUG() where compile time checks should be used
 2011-11-22 17:13 UTC  (8+ messages)
` [PATCH 1/2] kernel.h: Add BUILD_BUG_ON_USED() macro
` [PATCH 2/2] hugetlb: Replace BUG() with BUILD_BUG_ON_USED() for dummy definitions

[patch] hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE
 2011-11-22  0:55 UTC  (19+ messages)

[PATCH RFC 0/5] Speed booting by sorting exception tables at build time
 2011-11-21 20:08 UTC  (26+ messages)
` [PATCH RFC 1/5] scripts: Add sortextable to sort the kernel's exception table
` [PATCH RFC 2/5] extable: Skip sorting if sorted at build time
` [PATCH RFC 3/5] kbuild/extable: Hook up sortextable into the build system
` [PATCH RFC 4/5] MIPS: Select BUILDTIME_EXTABLE_SORT
` [PATCH RFC 5/5] x86: "

Dear Beneficiary,
 2011-11-21  2:36 UTC 

Cross Memory Attach v3
 2011-11-21  0:13 UTC  (4+ messages)

[PATCH 07/10] Hexagon: misc compile warning/error cleanup due to missing headers
 2011-11-15 22:58 UTC 

[PATCH 06/10] various Kconfig cleanup and old platform build code removal
 2011-11-15 22:31 UTC 

[PATCH v2] kdump: Fix crash_kexec - smp_send_stop race in panic
 2011-11-11 17:45 UTC  (16+ messages)
      ` [PATCH] "

[PATCH v3 00/34] Create PCI root buses with correct resources
 2011-11-11 16:40 UTC  (60+ messages)
` [PATCH v3 01/34] PCI: add helpers for building PCI bus resource lists
` [PATCH v3 02/34] PCI: show host bridges and root bus resources
` [PATCH v3 03/34] PCI: add pci_create_root_bus() that accepts resource list
` [PATCH v3 04/34] PCI: add pci_scan_root_bus() "
` [PATCH v3 05/34] PCI: convert pci_scan_bus() to use pci_create_root_bus()
` [PATCH v3 06/34] PCI: convert pci_scan_bus_parented() "
` [PATCH v3 07/34] PCI: deprecate pci_scan_bus_parented()
` [PATCH v3 08/34] alpha/PCI: convert to pci_scan_root_bus() for correct root bus resources
` [PATCH v3 09/34] arm/PCI: "
` [PATCH v3 10/34] frv/PCI: "
` [PATCH v3 11/34] ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()
` [PATCH v3 12/34] ia64/PCI: convert to pci_create_root_bus() for correct root bus resources
` [PATCH v3 13/34] microblaze/PCI: fix pci_bus_for_each_resource() usage
` [PATCH v3 14/34] microblaze/PCI: make pcibios_setup_phb_resources() static
` [PATCH v3 15/34] microblaze/PCI: convert to pci_create_root_bus() for correct root bus resources
` [PATCH v3 16/34] microblaze/PCI: use pci_scan_root_bus()
` [PATCH v3 17/34] mips/PCI: convert to pci_scan_root_bus() for correct root bus resources
` [PATCH v3 18/34] mn10300/PCI: "
` [PATCH v3 19/34] parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented()
` [PATCH v3 20/34] parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resources
` [PATCH v3 21/34] parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root bus
` [PATCH v3 22/34] parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()
` [PATCH v3 23/34] parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resources
` [PATCH v3 24/34] powerpc/PCI: make pcibios_setup_phb_resources() static
` [PATCH v3 25/34] powerpc/PCI: split PHB part out of pcibios_map_io_space()
` [PATCH v3 26/34] powerpc/PCI: convert to pci_create_root_bus()
` [PATCH v3 27/34] sh/PCI: convert to pci_scan_root_bus() for correct root bus resources
` [PATCH v3 28/34] sparc/PCI: convert to pci_create_root_bus()
` [PATCH v3 29/34] sparc32, leon/PCI: convert to pci_scan_root_bus() for correct root bus resources
` [PATCH v3 30/34] x86/PCI: read Broadcom CNB20LE host bridge info before PCI scan
` [PATCH v3 31/34] x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented()
` [PATCH v3 32/34] x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()
` [PATCH v3 33/34] xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resources
` [PATCH v3 34/34] PCI: remove pci_create_bus()

mailbox storage limit/quota exceeded
 2011-11-11 12:50 UTC 

mailbox storage limit/quota exceeded
 2011-11-11 12:52 UTC 

[PATCH 02/10] hexagon: drop selects of bogus Kconfig symbols
 2011-11-10 20:07 UTC 

[PATCH 01/10] Hexagon: Use resource_size function
 2011-11-08 18:49 UTC 

[PATCH 0/6 V3] Avoid soft lockup message when KVM is stopped by host
 2011-11-07 10:19 UTC  (13+ messages)
` [PATCH 1/6 V3] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/6 V3] Add functions to check if the host has stopped the vm
` [PATCH 4/6 V3] Add generic stubs for kvm stop check functions
` [PATCH 5/6 V3] Add check for suspended vm in softlockup detector
` [PATCH 6/6 V3] Add age out of guest paused flag

$1,000,000.00 Dollars is been donated to you in the Ecowas Donation,send us your Names/Tel/Country
 2011-11-06 15:18 UTC 

[PATCH RFC 0/8] Signal: harmonize syscall restart logic
 2011-11-04  9:50 UTC  (8+ messages)
` [PATCH RFC 4/8] mips: implement syscall restart generically
` [PATCH RFC 8/8] tile: "

[PATCH] asm-generic/gpio.h: merge basic gpiolib wrappers
 2011-11-03  3:45 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] gpio: fix build error in include/asm-generic/gpio.h
 2011-11-02 20:16 UTC  (2+ messages)

Contact UPS Via {ups_despatch.ng@dgoh.org} For Claims
 2011-11-02  3:44 UTC 

[merged] cross-memory-attach-v3.patch removed from -mm tree
 2011-11-01 21:07 UTC  (2+ messages)

[PATCH 0/6 V2] Avoid soft lockup message when KVM is stopped by host
 2011-11-01 20:11 UTC  (25+ messages)
` [PATCH 1/6 V2] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/6 V2] Add functions to check if the host has stopped the vm
` [PATCH 3/6 V2] Add ioctl for KVM_GUEST_STOPPED
` [PATCH 4/6 V2] Add generic stubs for kvm stop check functions
` [PATCH 5/6 V2] Add check for suspended vm in softlockup detector
` [PATCH 6/6 V2] Add age out of guest paused flag

Microsoft is paying you
 2011-11-01  1:46 UTC 

[patch 005/127] Cross Memory Attach
 2011-11-01  0:06 UTC 

[folded] cross-memory-attach-v4.patch removed from -mm tree
 2011-10-31 23:39 UTC  (2+ messages)

[PATCH 15/17] freezer: remove now unused TIF_FREEZE
 2011-10-31 19:05 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).