messages from 2012-03-19 03:09:31 to 2012-03-19 05:47:41 UTC [more...]
[PATCH 00/47] PCI, x86: pci root bus hotplug support
2012-03-19 5:46 UTC (35+ messages)
` [PATCH -v3 01/47] IOMMU: Update dmar units devices list during hotplug
` [PATCH -v3 02/47] PNPACPI: Fix device ref leaking in acpi_pnp_match
` [PATCH -v3 03/47] IOMMU: Fix tboot force iommu logic
` [PATCH -v3 04/47] x86, PCI: Fix non acpi path pci_sysdata leaking with release_fn
` [PATCH -v3 05/47] PCI: Separate out pci_assign_unassigned_bus_resources()
` [PATCH -v3 06/47] PCI: Move back pci_rescan_bus()
` [PATCH -v3 07/47] PCI: pci_bus_size_bridges() should not size own bridge
` [PATCH -v3 08/47] PCI: Use __pci_bus_size_bridges() directly in pci_assign_unassigned_bus_resources()
` [PATCH -v3 09/47] PCI, sysfs: Use device_type and attr_groups with pci dev
` [PATCH -v3 10/47] PCI, sysfs: create rescan_bridge under /sys/.../pci/devices/... for pci bridges
` [PATCH -v3 11/47] PCI: Add pci_bus_add_single_device()
` [PATCH -v3 12/47] PCI: Make pci_rescan_bus_bridge_resize() use pci_scan_bridge instead
` [PATCH -v3 13/47] PCI: Clean up rescan_bus_bridge_resize()
` [PATCH -v3 14/47] PCI: Rescan bus or bridge using callback method too
` [PATCH -v3 15/47] PCI, sysfs: Clean up rescan/remove with scheule_callback
` [PATCH -v3 16/47] x86, PCI: Separate pcibios_allocate_bridge_resources()
` [PATCH -v3 18/47] x86, PCI: Let pcibios_allocate_bus_resources() take bus instead
` [PATCH -v3 20/47] Correctly clean up pci root buses in function pci_remove_bus()
` [PATCH -v3 26/47] PCI, ACPI: Make acpi_pci_root_remove remove pci root bus too
` [PATCH -v3 28/47] PCI, ACPI: Add pci_root_hp hot removal notification support
` [PATCH -v3 31/47] PCI, pci_root_hp: Use acpi_hp_work
` [PATCH -v3 32/47] PCI, ACPI: Make kacpi_hotplug_wq static
` [PATCH -v3 34/47] PCI, pciehp: Separate pci_hp_add_bridge()
` [PATCH -v3 36/47] PCI, shpchp: Simplify configure_device
` [PATCH -v3 37/47] PCI: Kill pci_is_reassignedev()
` [PATCH -v3 38/47] PCI, sysfs: Prepare to kill pci device rescan
` [PATCH -v3 39/47] ACPI: Enable SCI_EMULATE to manually simulate physical hotplug testing
` [PATCH -v3 40/47] PCI: Add pci bus removal through /sys/.../pci_bus/.../remove
` [PATCH -v3 42/47] PCI: Add __pci_scan_root_bus() that can skip bus_add
` [PATCH -v3 43/47] x86, PCI: add __pci_scan_root_bus_on_node() "
` [PATCH -v3 45/47] x86, PCI: Add pcibios_root_rescan()
` [PATCH -v3 47/47] PCI: Add /sys/bus/pci/rescan_root
[PATCH -v11 00/30] PCI: allocate pci bus num range for unassigned bridge busn
2012-03-19 5:43 UTC (34+ 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
[LTP] Query regarding Open Posix fail Test Case
2012-03-19 5:41 UTC (2+ messages)
linux-next: manual merge of the moduleh tree with the vfs tree
2012-03-19 5:42 UTC
[PATCH -v3 00/11] PCI: pci_host_bridge related cleanup
2012-03-19 5:40 UTC (12+ 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 0/9] ext4: Message logging corrections and neatening
2012-03-19 5:39 UTC (28+ messages)
` [PATCH 1/9] ext4: Add -DDEBUG to Makefile
` [PATCH 2/9] ext4: Use pr_fmt and pr_<level>
` [PATCH 3/9] ext4: Fix indentation
` [PATCH 4/9] ext4: Add no_printk argument validation, fix fallout
` [PATCH 5/9] ext4: Avoid output message interleaving in ext4_error_<foo>
` [PATCH 6/9] ext4: Remove redundant "EXT4-fs: " from uses of ext4_msg
` [PATCH 7/9] ext4: Format neatening for easier grep
` [PATCH 9/9] ext4: Rename ext4_warning to ext4_warn and ext4_error to ext4_err
[U-Boot] execution of standalone hello_world not happening
2012-03-19 5:38 UTC (3+ messages)
static /dev configuration
2012-03-19 5:38 UTC
[PATCH v5 3/4] clk: introduce the common clock framework
2012-03-19 5:38 UTC (12+ messages)
[RFC PATCH v2 0/8] ACPI D3Cold state and SATA ZPODD support
2012-03-19 5:27 UTC (5+ messages)
` [RFC PATCH v2 5/8] libata-acpi: add ata port runtime D3Cold support
[PATCH][RESEND] scripts: refactor remove structure forward declarations
2012-03-19 5:24 UTC
[PATCH 0/4] Get rid of iput() from flusher thread
2012-03-19 5:16 UTC (9+ messages)
` [PATCH 3/4] writeback: Refactor writeback_single_inode()
` [PATCH 4/4] writeback: Avoid iput() from flusher thread
[PATCH v2 1/3] radix-tree: introduce bit-optimized iterator
2012-03-19 5:19 UTC (3+ messages)
` [PATCH v3] "
[ath9k-devel] [PATCH wireless-next 0/3] ath: printk cleanups and code reduction
2012-03-19 5:18 UTC (6+ messages)
` [PATCH wireless-next 2/3] ath5k: Introduce _ath5k_printk to reduce code/text
[RESEND PATCH v2 0/2] MAX77693: add initial MAX77693 MFD driver
2012-03-19 5:13 UTC (2+ messages)
[PATCH] mac80211: fix the sparse warnings on endian handling in RANN propagation
2012-03-19 13:38 UTC
mac80211 20/40 coexist
2012-03-19 4:59 UTC (9+ messages)
Atmel at91x40 ("EB01" eval board) resurected
2012-03-19 5:01 UTC (3+ messages)
mc13xxx: add I2C support (now with regmap), V4
2012-03-19 4:03 UTC (15+ messages)
` [PATCH v4 1/4] mfd: mc13xxx-core: Prepare for separate spi and i2c backends
` [PATCH v4 2/4] mfd: mc13xxx-core: use regmap for register access
` [PATCH v4 3/4] mfd: mc13xxx-core: Move spi specific code into separate module
` [PATCH v4 4/4] mfd: mc13xxx: Add i2c driver
[PATCH] mac80211: fix the endianness problem of HWMP sequence number in RANN propagation
2012-03-19 5:00 UTC (5+ messages)
[Qemu-trivial] [PATCH] .gitignore update
2012-03-19 4:58 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-trivial] [PATCH] Remove PCI class code from virtio balloon device
2012-03-19 4:59 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH] pci: Factor out bounds checking on config space accesses
2012-03-19 4:58 UTC
[Qemu-devel] [PATCH] kvm: Fix dirty tracking with large kernel page size
2012-03-19 4:57 UTC
[PATCH] gitk: use symbolic font names "sans" and "monospace" when available
2012-03-19 4:53 UTC (3+ messages)
[Qemu-devel] [PATCH 0/5] Remove cpu_register_io_memory
2012-03-19 4:52 UTC (3+ messages)
` [Qemu-devel] [PATCH 5/5] memory: get rid of cpu_register_io_memory()
[PATCH] Add udev rule for Ralink WiFi+BT module w/ bccmd
2012-03-19 4:41 UTC
[Qemu-devel] Breakage
2012-03-19 4:34 UTC (3+ messages)
URGENT RESPONSE
2012-03-19 4:30 UTC
URGENT RESPONSE
2012-03-19 4:30 UTC
[PATCHSET] cgroup: cftype based file interface
2012-03-19 4:26 UTC (4+ messages)
` [PATCH 06/10] cgroup: convert memcg controller to the new cftype interface
[PATCH RESEND 1/4] regulator: Fix setting new voltage in s5m8767_set_voltage
2012-03-19 4:25 UTC (4+ messages)
` [PATCH RFC 2/4] regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKs
` [PATCH RFC 3/4] regulator: Use one s5m8767_ops for "
` [PATCH RFC 4/4] regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macro
[PATCH] fs: fix kernel-doc warnings in dcache.c
2012-03-19 4:23 UTC
WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x1f2/0x200()
2012-03-19 4:01 UTC (5+ messages)
[PATCH RESEND] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine
2012-03-19 3:58 UTC (3+ messages)
[PATCH 1/2] [v4] powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board
2012-03-19 3:59 UTC
[PATCH net-next] tcp: reduce out_of_order memory use
2012-03-19 3:53 UTC (6+ messages)
` [PATCH v2 net-next 1/2] tcp: introduce tcp_data_queue_ofo
` [PATCH v2 net-next 2/2] tcp: reduce out_of_order memory use
NULL pointer dereference in 3.3-rc6
2012-03-19 3:52 UTC (4+ messages)
[PATCH 00/18] i915 HW Context Support
2012-03-19 3:47 UTC (2+ messages)
[U-Boot] [PATCH] mxs_spi: Return proper timeout error
2012-03-19 3:48 UTC (4+ messages)
[PATCH RFC] rcu: Permit limiting of force_quiescent_state() latency
2012-03-19 3:47 UTC (5+ messages)
[PATCH 0/8 v3] Checkpointing fixes and cleanups
2012-03-19 3:45 UTC (5+ messages)
` [PATCH 3/8] jbd2: Issue cache flush after checkpointing even with internal journal
[PATCH 0/4] driver: net: Use ETH_ALEN
2012-03-19 3:37 UTC (6+ messages)
` [PATCH 1/4] if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of it
` [PATCH 2/4] atlx: Use ETH_ALEN
` [PATCH 3/4] igbvf: "
` [PATCH 4/4] rtlwifi: Remove unused ETH_ADDR_LEN defines
[PATCH 0/1] task-self-hosted: add nfs-utils and nfs-utils-client into the target
2012-03-19 3:28 UTC (2+ messages)
` [PATCH 1/1] "
[dm-crypt] Newbie questions: how to configure and mount an encrypted partition on bootup?
2012-03-19 3:33 UTC
linux-next: manual merge of the pm tree with the mmc tree
2012-03-19 3:33 UTC
[RFC] l2tp/ipv6: support for L2TPv2 over UDP over IPv6
2012-03-19 3:28 UTC (5+ messages)
` [v2] "
[PATCH] Don't use non-standard echo options for fdtget-runtest.sh
2012-03-19 3:26 UTC (3+ messages)
[PATCH]: md: Initialize ctl_name field of table raid_root_table/raid_dir_table to avoid dump_trace info in debug kernel
2012-03-19 3:26 UTC (3+ messages)
[Qemu-devel] [REPOST PATCH] ioapic: fix build with DEBUG_IOAPIC
2012-03-19 3:19 UTC (2+ messages)
` [Qemu-trivial] "
[Qemu-trivial] [RESEND PATCH] ioapic: fix build with DEBUG_IOAPIC
2012-03-19 3:22 UTC (4+ messages)
` [Qemu-trivial] [Qemu-devel] "
` "
[PATCH] Fix pppol2tp getsockname()
2012-03-19 3:15 UTC
[Qemu-devel] [V5 PATCH 0/4] Send gratuitous packets by guest
2012-03-19 3:12 UTC (8+ messages)
` [Qemu-devel] [V5 PATCH 1/4] net: announce self after vm start
vhost question
2012-03-19 3:11 UTC
[PATCH] libxl: support for "rtc_timeoffset" and "localtime"
2012-03-19 3:10 UTC (7+ messages)
[PATCH] virtio-spec: split virtio-net device status filed into ro and rw byte
2012-03-19 3:09 UTC (4+ messages)
` [Qemu-devel] "
[PATCH] staging: comedi: resolve section mismatch in s626
2012-03-19 3:09 UTC (2+ messages)
` [PATCH v2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.