messages from 2014-01-02 18:31:38 to 2014-01-03 00:53:06 UTC [more...]
[RFC PATCH 0/3] APM X-Gene PCIe driver
2014-01-03 0:52 UTC (7+ messages)
` [RFC PATCH 1/3] pci: APM X-Gene PCIe controller driver
` [RFC PATCH 2/3] arm64: dts: APM X-Gene PCIe device tree nodes
[PATCH 0/9] printk: Cleanups and softlockup avoidance
2014-01-03 0:51 UTC (5+ messages)
` [PATCH 4/9] smp: Teach __smp_call_function_single() to check for offline cpus
` [PATCH 5/9] smp: Provide __smp_call_function_any()
v3.13-rc6+ regression (ARM board)
2014-01-03 0:50 UTC (20+ messages)
` [PATCH] sched_clock: Disable seqlock lockdep usage in sched_clock
` [PATCH 1/2] seqlock: Use raw_ prefix instead of _no_lockdep
` [PATCH 2/2] sched_clock: Disable seqlock lockdep usage in sched_clock
[PATCH 0/7] Use regmap+devm in pm8xxx input drivers
2014-01-03 0:50 UTC (6+ messages)
` [PATCH 2/7] Input: pmic8xxx-pwrkey - Migrate to regmap APIs
[PATCH] x86: Add check for number of available vectors before CPU down [v4]
2014-01-03 0:47 UTC
[PATCH v2 00/10] Use regmap+devm+DT in pm8xxx input drivers
2014-01-03 0:37 UTC (11+ messages)
` [PATCH v2 01/10] Input: pmic8xxx-pwrkey - switch to using managed resources
` [PATCH v2 02/10] genirq: Add devm_request_any_context_irq()
` [PATCH v2 03/10] Input: pmic8xxx-keypad - Switch to using managed resources
` [PATCH v2 04/10] Input: pmic8xxx-keypad - Migrate to regmap APIs
` [PATCH v2 05/10] Input: pmic8xxx-pwrkey - Migrate to DT
` [PATCH v2 06/10] Input: pm8xxx-vibrator - Add DT match table
` [PATCH v2 07/10] Input: pmic8xxx-keypad - Migrate to DT
` [PATCH v2 08/10] devicetree: bindings: Document PM8921/8058 keypads
` [PATCH v2 09/10] devicetree: bindings: Document PM8921/8058 power keys
` [PATCH v2 10/10] devicetree: bindings: Document PM8921/8058 vibrators
[PATCH 0/6] Device Tree support for the at91sam9261ek
2014-01-03 0:24 UTC (9+ messages)
` [PATCH 1/6] Basic Device Tree support for the at91sam9261
` [PATCH 3/6] At91: dt: Added smc bus driver
` [PATCH 6/6] at91: dt: sam9261: Added DM9000 in the device tree
Last depmod fails with 3.13-rc6
2014-01-03 0:33 UTC (2+ messages)
[PATCH][tentative] PCI / ACPI: Rework PCI host bridge removal to avoid sysfs warnings
2014-01-03 0:45 UTC (6+ messages)
[PATCH 1/2] cpufreq: try to resume policies which failed on last resume
2014-01-03 0:40 UTC (4+ messages)
[PATCH] Input: cros_ec_keyb - avoid variable-length arrays on stack
2014-01-03 0:25 UTC (4+ messages)
[PATCH] tty: delete non-required instances of include <linux/init.h>
2014-01-03 0:23 UTC
[PATCH net] virtio-net: fix refill races during restore
2014-01-03 0:23 UTC (2+ messages)
[PATCH v5 00/33] x86, irq: Support ioapic controller hotplug
2014-01-03 0:06 UTC (34+ messages)
` [PATCH v5 01/33] genirq: Split __irq_reserve_irqs from irq_alloc_descs
` [PATCH v5 02/33] genirq: Add irq_alloc_reserved_desc()
` [PATCH v5 03/33] genirq: Do not free unallocated irq descriptors
` [PATCH v5 04/33] x86, irq: Change irq_remap_modify_chip_defaults() to static
` [PATCH v5 05/33] x86, irq: Modify irq chip once for irq remapping
` [PATCH v5 06/33] x86, irq: Show MSI-X clearly in debug message
` [PATCH v5 07/33] x86, irq: Show MSI-X in /proc/interrupt
` [PATCH v5 08/33] x86, irq: Make dmar_msi/hpet_msi irq_chip name consistent
` [PATCH v5 09/33] ia64, irq: Add dummy create_irq_nr()
` [PATCH v5 10/33] iommu, irq: Allocate irq_desc for dmar_msi with local node
` [PATCH v5 11/33] x86, irq: Kill create_irq()
` [PATCH v5 12/33] x86, irq: Convert irq_2_pin list to generic list
` [PATCH v5 13/33] x86, irq: Add alloc_reserved_irq_and_cfg_at()
` [PATCH v5 14/33] x86, irq: Move down arch_early_irq_init()
` [PATCH v5 15/33] x86, irq: Split out alloc_ioapic_save_registers()
` [PATCH v5 16/33] xen, irq: Call irq_alloc_reserved_desc_at() at first
` [PATCH v5 17/33] x86, irq: Reserve irq range and alloc_reserved for booting path
` [PATCH v5 18/33] x86, irq: Add ioapic_gsi_to_irq
` [PATCH v5 19/33] x86, irq: Add for_each_ioapic helper
` [PATCH v5 20/33] x86, irq: More strict checking about registering ioapic
` [PATCH v5 21/33] x86, irq: Make mp_register_ioapic handle hot-added ioapic
` [PATCH v5 22/33] x86, irq: Add mp_unregister_ioapic to handle hot-remove ioapic
` [PATCH v5 23/33] x86, ioapic: Find usable ioapic id for 64bit
` [PATCH v5 24/33] x86: Move declaration for mp_register_ioapic()
` [PATCH v5 25/33] PCI, x86: Make ioapic hotplug support built-in
` [PATCH v5 26/33] ACPI: Make map_mat_entry handle x2apic entry
` [PATCH v5 27/33] ACPI: Move acpi_get_cpuid() to separated file
` [PATCH v5 28/33] ACPI, ioapic: Add acpi_get_ioapic_id()
` [PATCH v5 29/33] PCI, x86, ACPI: Link acpi ioapic register to ioapic
` [PATCH v5 30/33] PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge
` [PATCH v5 31/33] ACPI, x86/PCI: Move resource_to_addr() to acpi generic
` [PATCH v5 32/33] PCI, x86, ACPI: get ioapic address from acpi device
` [PATCH v5 33/33] x86, ioapic: Hotadd of IOAPICs described in static MADT
[net-next] pci_regs.h: Add PCI bus link speed and width defines
2014-01-03 0:21 UTC (2+ messages)
[PATCH] Bluetooth: Add hci_h4p driver
2014-01-03 0:17 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH] Add the LED burst trigger
2014-01-03 0:16 UTC (12+ messages)
` how to represent sequence of brightnesses in /sys (was Re: [PATCH] Add the LED burst trigger)
[PATCH] Add LED pattern trigger
2014-01-03 0:14 UTC (8+ messages)
[PATCH v2 00/10] IOMMU: irq-remapping and dmar hotplug support
2014-01-03 0:08 UTC (11+ messages)
` [PATCH v2 01/10] IOMMU: Update dmar units devices list during hotplug
` [PATCH v2 02/10] IOMMU: Fix tboot force iommu logic
` [PATCH v2 03/10] IOMMU: Don't clean handler data before free_irq()
` [PATCH v2 04/10] IOMMU: iommu_unique_seq_id()
` [PATCH v2 05/10] ACPI: Add acpi_run_dsm()
` [PATCH v2 06/10] IOMMU: Separate free_dmar_iommu from free_iommu
` [PATCH v2 07/10] IOMMU: Add init_dmar_one()
` [PATCH v2 08/10] IOMMU: Add intel_enable_irq_remapping_one()
` [PATCH v2 09/10] IOMMU: Add dmar_parse_one_drhd()
` [PATCH v2 10/10] IOMMU: Add intel iommu irq-remapping and dmar hotplug support
[PATCH] Input: cros_ec_keyb - switch from using uint8_t to u8
2014-01-03 0:13 UTC (4+ messages)
[PATCH v2] cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled
2014-01-02 23:26 UTC (2+ messages)
Mr. Patrick
2014-01-02 22:22 UTC
commit e38c0a1f breaks powerpc boards with uli1575 chip
2014-01-03 0:04 UTC (5+ messages)
xhci: Switch Intel Lynx Point ports to EHCI on shutdown
2014-01-03 0:03 UTC (7+ messages)
` [PATCH v1] "
[PATCH] Staging: rtl8188eu: Fixed spaces before tabs and before close parentheses
2014-01-02 23:57 UTC
[PATCH 0/3] Fadvise: Directory level page cache cleaning support
2014-01-02 23:55 UTC (8+ messages)
` [PATCH 2/3] Add shrink_pagecache_parent
[RFC] mm: show message when updating min_free_kbytes in thp
2014-01-02 23:48 UTC (6+ messages)
Question on compiler warning
2014-01-02 23:40 UTC (4+ messages)
[PATCH v2] Staging: rtl8188eu: Fixed coding style issues
2014-01-02 23:33 UTC (4+ messages)
` [PATCH v3] "
[PATCH 0/2] input: mt: Add helper function to send end events
2014-01-02 23:20 UTC (6+ messages)
[PATCH 0/3] Deferrable timers support for timerfd API
2014-01-02 23:17 UTC (5+ messages)
` [PATCH 2/3] timerfd: Factor out timer-type unspecific timerfd_expire()
` [PATCH 3/3] timerfd: Add support for deferrable timers
I'll pay along, if somebody would tell me the rules
2014-01-02 23:12 UTC (4+ messages)
` AMD microcode fails to update with v3.8.3 and newer, bisect failed
Good day
2014-01-02 22:47 UTC
[PATCH 0/3] Add Legacy PM OPS usage checks to class, bus, and driver register functions
2014-01-02 22:59 UTC (4+ messages)
` [PATCH 3/3] driver: Add Legacy PM OPS usage check and warning to driver_register()
[PATCH] printk: flush conflicting continuation line
2014-01-02 22:55 UTC (2+ messages)
Possible regression from "fs/exec.c: call arch_pick_mmap_layout() only once"
2014-01-02 22:39 UTC (2+ messages)
[PATCH 0/3] use named constants for pci_power_t values
2014-01-02 23:40 UTC (4+ messages)
` [PATCH 1/3] mfd: sta2x11-mfd: "
` [PATCH 2/3] ALSA: cs5535audio: "
` [PATCH 3/3] smsc9420: "
[PATCH] leds: s3c24xx: Fix build failure
2014-01-02 22:42 UTC (2+ messages)
mmotm 2014-01-02-14-35 uploaded
2014-01-02 22:36 UTC
[GIT PULL] Timekeeping changes for 3.14
2014-01-02 22:23 UTC (10+ messages)
` [PATCH 1/9] timekeeping: Fix lost updates to tai adjustment
` [PATCH 2/9] timekeeping: Fix potential lost pv notification of time change
` [PATCH 3/9] timekeeping: Avoid possible deadlock from clock_was_set_delayed
` [PATCH 4/9] tick/timekeeping: Call update_wall_time outside the jiffies lock
` [PATCH 5/9] timekeeping: Fix CLOCK_TAI timer/nanosleep delays
` [PATCH 6/9] timekeeping: Fix missing timekeeping_update in suspend path
` [PATCH 7/9] timekeeper: fix comment typo for tk_setup_internals()
` [PATCH 8/9] rtc-cmos: Add an alarm disable quirk
` [PATCH 9/9] timekeeping: Remove comment that's mostly out of date
[RFC PATCHv3 00/11] Intermix Lowmem and vmalloc
2014-01-02 22:13 UTC (13+ messages)
` [RFC PATCHv3 01/11] mce: acpi/apei: Use get_vm_area directly
` [RFC PATCHv3 02/11] iommu/omap: "
` [RFC PATCHv3 03/11] percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_START
` [RFC PATCHv3 04/11] dm: Use VMALLOC_TOTAL instead of VMALLCO_END "
` [RFC PATCHv3 05/11] staging: lustre: Use is_vmalloc_addr
` [RFC PATCHv3 06/11] arm: use is_vmalloc_addr
` [RFC PATCHv3 07/11] arm: mm: Add iotable_init_novmreserve
` [RFC PATCHv3 08/11] mm/vmalloc.c: Allow lowmem to be tracked in vmalloc
` [RFC PATCHv3 09/11] arm: mm: Track lowmem "
` [RFC PATCHv3 10/11] arm: Use for_each_potential_vmalloc_area
` [RFC PATCHv3 11/11] fs/proc/kcore.c: "
[PATCH] mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameter
2014-01-02 22:03 UTC (4+ messages)
[PATCH, RFC 00/30] sleep_on removal
2014-01-02 23:00 UTC (7+ messages)
` [PATCH, RFC 15/30] usbserial: stop using interruptible_sleep_on
` [PATCH, RFC 21/30] isdn: divert, hysdn: fix interruptible_sleep_on race
[GIT PULL] KVM fixes for 3.13-rc6
2014-01-02 21:52 UTC
[PATCH 3.12 000/118] 3.12.6-stable review
2014-01-02 21:33 UTC (7+ messages)
` [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst
[RFC] [PATCH v5 0/3] fadvise: support POSIX_FADV_NOREUSE
2014-01-02 21:25 UTC (8+ messages)
[PATCH 1/3] kconfig: consolidate arch-specific seccomp options
2014-01-02 21:14 UTC (5+ messages)
` [PATCH 2/3] Kconfig: collapse initrd in to own menu
` [PATCH 3/3] Kconfig: organize memory-related config options
[PATCHSET 00/17] tracing/uprobes: Add support for more fetch methods (v9)
2014-01-02 21:02 UTC (4+ messages)
` [PATCH 15/17] tracing/uprobes: Add support for full argument access methods
[PATCH v5 0/4] futex: Wakeup optimizations
2014-01-02 20:59 UTC (4+ messages)
` [PATCH v5 4/4] futex: Avoid taking hb lock if nothing to wakeup
[PATCH 4/6] kexec: A new system call, kexec_file_load, for in kernel kexec
2014-01-02 20:56 UTC (12+ messages)
[PATCH] KVM: NULL return of kvmppc_mmu_hpte_cache_next should be handled
2014-01-02 20:39 UTC (2+ messages)
Memory allocator semantics
2014-01-02 20:33 UTC
[PATCH v2 0/7] Allow MSM DT platforms to be built multi-platform
2014-01-02 20:26 UTC (5+ messages)
` [PATCH v2 3/7] tty: serial: Limit msm_serial_hs driver to platforms that use it
[PATCH] block/ps3: Remove obsolete reference to MTD
2014-01-02 20:14 UTC (3+ messages)
[PATCH 3.12 v2] Broken terminal due to echo bufferring
2014-01-02 19:38 UTC (3+ messages)
[PATCH] usb/core: fix NULL pointer dereference in recursively_mark_NOTATTACHED
2014-01-02 19:22 UTC (2+ messages)
[PATCH v3] if xen_platform_pci=0 is set don't blow up
2014-01-02 19:16 UTC (8+ messages)
` [PATCH v3 1/2] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v3)
` [Xen-devel] "
(no subject)
2014-01-02 19:17 UTC (4+ messages)
` [PATCH] xen/grant-table: Force to use v1 of grants
` [Xen-devel] "
[PATCH v12] Linux Xen PVH support
2014-01-02 19:12 UTC (17+ messages)
` [PATCH v12 03/18] xen/pvh: Early bootup changes in PV code (v2)
` [PATCH v12 10/18] xen/pvh: Update E820 to work with PVH (v2)
` [PATCH v12 14/18] xen/grant: Implement an grant frame array struct
` [PATCH v12 15/18] xen/pvh: Piggyback on PVHVM for grant driver (v2)
[PATCH 01/17] ARM: spear: Remove deprecated IRQF_DISABLED flag
2014-01-02 18:51 UTC (3+ messages)
Fwd: [Gigabyte GA-MA78GPM-DS2H] ACPI wakeup fails if HPET enabled in BIOS
2014-01-02 18:49 UTC (2+ messages)
` [BUG] "
[PATCH] comedi: Humusoft MF634 and MF624 DAQ cards driver
2014-01-02 18:38 UTC (3+ messages)
[alsa-devel] [PATCH] ASoC: generic: add generic compound card with DT support
2014-01-02 18:35 UTC (11+ messages)
[ARM] Fix kernel compile error: drivers/crypto/ixp4xx_crypto.c
2014-01-02 18:33 UTC (7+ messages)
` About Mail-Followup-To and Mutt [Was: Re: [ARM] Fix kernel compile error: drivers/crypto/ixp4xx_crypto.c]
[PATCH 0/7] MSM patches for 3.14
2014-01-02 18:31 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox