linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-19 20:38:05 to 2012-12-20 05:54:32 UTC [more...]

[PATCH v2] mm: Downgrade mmap_sem before locking or populating on mmap
 2012-12-20  2:22 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] clk: debug clock tree
 2012-12-20  5:53 UTC  (4+ messages)

[PATCH v5 0/4] Adding usb2.0 host-phy support for exynos5250
 2012-12-20  5:51 UTC  (8+ messages)
` [PATCH v5 1/4] ARM: EXYNOS: Update & move usb-phy types to generic include layer
` [PATCH v5 2/4] usb: phy: samsung: Add host phy support to samsung-phy driver
` [PATCH v5 3/4] USB: ehci-s5p: Add phy driver support

[v3.7 Regression] [SCSI] sd: Implement support for WRITE SAME
 2012-12-20  5:47 UTC  (15+ messages)
          ` [PATCH] dm-crypt: never use write same (was Re: [v3.7 Regression] [SCSI] sd: Implement support for WRITE SAME)
              `  "

[PATCH 0/8] Thermal Framework Enhancements
 2012-12-20  5:42 UTC  (4+ messages)
` [PATCH 4/8] Thermal: Add Thermal_trip sysfs node

[RFC 3/3] virtio-balloon: add auto-ballooning support
 2012-12-20  5:24 UTC  (3+ messages)
      ` [Qemu-devel] "

[PATCH 1/5] perf/Power7: Use macros to identify perf events
 2012-12-20  5:36 UTC  (3+ messages)
` [PATCH 3/5] perf/POWER7: Make generic event translations available in sysfs

[RFC 0/3] perf tests: Adding precise event attribute test
 2012-12-20  5:34 UTC  (3+ messages)
` [PATCH 2/3] perf x86: Add precise sysfs attribute

Kernel 3.7.1 bug: include/uapi/linux/usb/ch9.h
 2012-12-20  5:32 UTC  (2+ messages)

[PATCH] mm: compare MIGRATE_ISOLATE selectively
 2012-12-20  5:25 UTC 

[PATCHSET cgroup/for-3.8] cgroup_freezer: allow migration regardless of freezer state and update locking
 2012-12-20  5:25 UTC  (3+ messages)
` [PATCH 1/7] cgroup: cgroup_subsys->fork() should be called after the task is added to css_set

[PATCH] compaction: fix build error in CMA && !COMPACTION
 2012-12-20  5:25 UTC 

AMD microcode site (amd64.org) down for a while now
 2012-12-20  5:09 UTC  (2+ messages)

[PATCH 0/7] KVM: Alleviate mmu_lock hold time when we start dirty logging
 2012-12-20  5:02 UTC  (4+ messages)

migrate_misplaced_transhuge_page: no page_count check?
 2012-12-20  4:52 UTC 

BUG: spinlock bad magic on CPU#0 on BeagleBone
 2012-12-20  4:48 UTC  (2+ messages)

[tip:x86/microcode] x86/microcode_intel_early.c: Early update ucode on Intel's CPU
 2012-12-20  4:21 UTC  (48+ messages)

[Suggestion] drivers/tty: drivers/char/: for MAX_ASYNC_BUFFER_SIZE
 2012-12-20  4:16 UTC  (10+ messages)
` [PATCH] synclink fix ldisc buffer argument
                    ` [PATCH] drivers/tty/synclink: let receive buffer size match max frame size

Inconsistency in clk framework
 2012-12-20  4:13 UTC  (6+ messages)

[RFC PATCH v8 0/5] IPC: checkpoint/restore in userspace enhancements
 2012-12-20  4:06 UTC  (3+ messages)

[PULL] virtio-next
 2012-12-20  3:56 UTC  (2+ messages)

[RFC][PATCH RT] rtmutex: Use raw_spin_trylock() in rt_mutex_slowlock() to ease possible live locks
 2012-12-20  3:44 UTC  (2+ messages)

[PATCH] makedumpfile: request the kernel do page scans
 2012-12-20  3:22 UTC  (3+ messages)

[PATCH] mm: protect against concurrent vma expansion
 2012-12-20  3:01 UTC  (7+ messages)

[PATCH v2] Add the values related to buddy system for filtering free pages
 2012-12-20  3:02 UTC  (7+ messages)

[PATCH 00/14] perf report: Add support for event group view (v7)
 2012-12-20  2:59 UTC  (6+ messages)
` [PATCH 07/14] perf ui/hist: Add support for event group view

[PATCH 01/15] userns: use new hashtable implementation
 2012-12-20  2:25 UTC  (4+ messages)
` [PATCH 04/15] mm/huge_memory: "

[PATCH] arch/x86/pci/xen.c: fix a typo in comments
 2012-12-20  2:13 UTC 

[PATCH 0/6] ACPI: Change the ACPI namespace scanning code ordering
 2012-12-20  2:06 UTC  (21+ messages)
` [PATCH rev.2 1/6] ACPI: Separate adding ACPI device objects from probing ACPI drivers
    ` [PATCH 0/16] ACPI: Rework ACPI namespace scanning for devices
      ` [PATCH 1/16] ACPI: Separate adding ACPI device objects from probing ACPI drivers
      ` [PATCH 2/16] ACPI: Change the ordering of PCI root bridge driver registrarion
      ` [PATCH 3/16] ACPI: Make acpi_bus_add() and acpi_bus_start() visibly different
      ` [PATCH 4/16] ACPI: Reduce the usage of struct acpi_bus_ops
      ` [PATCH 5/16] ACPI: Replace struct acpi_bus_ops with enum type
      ` [PATCH 6/16] ACPI: Change the ordering of acpi_bus_check_add()
      ` [PATCH 7/16] ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()
      ` [PATCH 8/16] ACPI: Remove acpi_start_single_object() and acpi_bus_start()
      ` [PATCH 9/16] ACPI: Remove the arguments of acpi_bus_add() that are not used
      ` [PATCH 10/16] ACPI: Drop the second argument of acpi_bus_scan()
      ` [PATCH 11/16] ACPI: Replace ACPI device add_type field with a match_driver flag
      ` [PATCH 12/16] ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
      ` [PATCH 13/16] ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type
      ` [PATCH 14/16] ACPI / PCI: Rework the setup and cleanup of device wakeup
      ` [PATCH 15/16] ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c
      ` [PATCH 16/16] ACPI: Drop ACPI device .bind() and .unbind() callbacks

[PATCH] workqueue: consider work function when searching for busy work items
 2012-12-20  1:56 UTC 

[PATCH] sched: numa: ksm: fix oops in task_numa_placment()
 2012-12-20  1:44 UTC  (2+ messages)
` [PATCH] ksm: make rmap walks more scalable

[RESEND PATCH] RTC: MAX77686: Add Maxim 77686 driver
 2012-12-20  1:40 UTC  (3+ messages)
` [rtc-linux] "

linux-next: manual merge of the signal tree with Linus' tree and the cris tree
 2012-12-20  1:36 UTC 

[RFC v4 0/3] Support volatile for anonymous range
 2012-12-20  1:34 UTC  (3+ messages)

[PATCH] mfd: db8500-prcmu: fix irqdomain usage
 2012-12-20  1:32 UTC  (2+ messages)

[PATCH 0/3] gpio-langwell updates
 2012-12-20  1:26 UTC  (7+ messages)
` [PATCH 1/3] gpio-langwell: cleanup driver
` [PATCH 2/3] gpio-langwell: update pci device table
` [PATCH 3/3] gpio-langwell: implement irq shutdown interface

[PATCH] xen/swiotlb: Exchange to contiguous memory for map_sg hook
 2012-12-20  1:23 UTC  (8+ messages)
        ` [Xen-devel] "

[PATCH] gpio: samsung: remove exynos_gpio_cfg
 2012-12-20  1:13 UTC  (3+ messages)

[PATCH] serial: tegra: add serial driver
 2012-12-20  1:09 UTC  (7+ messages)

[PATCH 0/2] i2c: Implement generic gpio based bus arbitration
 2012-12-20  0:58 UTC  (7+ messages)
` [PATCH 1/2] i2c-core: Add gpio based bus arbitration implementation

[PATCH v2 1/2] mmc: dw_mmc: exynos: Stop claiming wp-gpio
 2012-12-20  0:56 UTC  (4+ messages)
` [PATCH v3 1/4] mmc: dw_mmc: Add "disable-wp" device tree property

[PATCH] mm/swap: add independed bio pool for swap
 2012-12-20  0:53 UTC  (3+ messages)

[GIT PULL] SPI bug fixes for v3.8 merge window
 2012-12-20  0:52 UTC 

[GIT PULL] GPIO bug fixes for v3.8 merge window
 2012-12-20  0:42 UTC 

linux-next: build failure after merge of the infiniband tree
 2012-12-20  0:22 UTC  (2+ messages)

[PATCH 0/4] Introduce of_init_clk_data() for DT clock parsing
 2012-12-20  0:41 UTC  (7+ messages)
` [PATCH 4/4] clk: zynq: Use of_init_clk_data()

[GIT PULL] Device tree bug fixes for v3.8 merge window
 2012-12-20  0:41 UTC 

[PATCH 01/01] Input multitouch: fix horizontal two-finger-scrolling on Sentelic touchpads
 2012-12-20  0:37 UTC  (5+ messages)

[PATCH] n_gsm.c: add tx_lock in gsm_send
 2012-12-20  0:38 UTC 

mm, ksm: NULL ptr deref in unstable_tree_search_insert
 2012-12-20  0:21 UTC  (5+ messages)

[GIT] Sparc
 2012-12-20  0:15 UTC 

[patch 0/8] page reclaim bits v2
 2012-12-20  0:08 UTC  (5+ messages)
` [patch 2/7] mm: vmscan: save work scanning (almost) empty LRU lists
` [patch 5/7] mm: vmscan: clean up get_scan_count()

[GIT] Networking
 2012-12-20  0:06 UTC 

[PATCH] [RFC] dma-buf: implement vmap refcounting in the interface logic
 2012-12-20  0:04 UTC  (3+ messages)

[PATCH -next] f2fs: add missing #include <linux/prefetch.h>
 2012-12-19 23:55 UTC  (2+ messages)

[PATCH] mm: do not sleep in balance_pgdat if there's no i/o congestion
 2012-12-19 23:25 UTC  (2+ messages)

[PATCH] char/misc.c: misc_register: Do not loop on misc_list unconditionally
 2012-12-19 23:12 UTC  (2+ messages)

[git pull] Please pull powerpc.git next branch
 2012-12-19 23:10 UTC  (4+ messages)

[PATCH v2] backlight: add lms501kf03 LCD driver
 2012-12-19 23:07 UTC  (2+ messages)

[PATCH] rtc: recycle id when unloading a rtc driver
 2012-12-19 22:58 UTC  (9+ messages)
` [rtc-linux] "

[PATCH v2] linux/kernel.h: Fix DIV_ROUND_CLOSEST with unsigned divisors
 2012-12-19 23:01 UTC  (5+ messages)

[PATCH 00/21] gpio: ab8500: Bring AB8500 back to life
 2012-12-19 22:49 UTC  (4+ messages)

kswapd craziness in 3.7
 2012-12-19 22:24 UTC  (16+ messages)

[GIT PULL] random subsystem for 3.8
 2012-12-19 22:24 UTC 

[PATCH] OMAP GPIO - don't wake from suspend unless requested
 2012-12-19 22:20 UTC  (12+ messages)

[PATCH v2 0/3] gpio: twl4030: Correct status reporting for outputs
 2012-12-19 22:17 UTC  (5+ messages)
` [PATCH v2 2/3] gpio: twl4030: Cache the direction and output states in private data

[PATCH v2] gpio: add TS-5500 DIO blocks support
 2012-12-19 22:13 UTC  (2+ messages)

[PATCH] gpio-ich: Add missing spinlock init
 2012-12-19 22:13 UTC  (3+ messages)

3.7.X vs 3.6.11 HP Folio 9470m brightness regression?
 2012-12-19 22:10 UTC  (2+ messages)

[PATCH v6 00/27] x86, boot, 64bit: Add support for loading ramdisk and bzImage above 4G
 2012-12-19 22:04 UTC  (12+ messages)
` [PATCH v6 02/27] x86, mm: make pgd next calculation consistent with pud/pmd
` [PATCH v6 03/27] x86, boot: move verify_cpu.S and no_longmode after 0x200

[PATCH] rtc-pcf8523: Add low battery voltage support
 2012-12-19 22:03 UTC  (8+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "

[git pull] drm urgent fix
 2012-12-19 21:56 UTC 

[RFC 0/3] perf tool: Add non-architectural event aliases
 2012-12-19 21:55 UTC  (3+ messages)
` [PATCH 3/3] perf tool: Add non arch events for SandyBridge microarchitecture

[PATCH] PCI: Work around Stratus ftServer broken PCIe hierarchy
 2012-12-19 21:50 UTC 

Bisected oops regression between v3.7-rc8 and v3.7: nmi_watchdog
 2012-12-19 21:44 UTC  (5+ messages)
` [RESEND][PATCH v3] watchdog: Fix disable/enable regression

[PATCH 2/2] security: seccomp as extended attribute
 2012-12-19 21:31 UTC 

[GIT PULL] Additional x86 fixes for v3.8-rc1
 2012-12-19 21:33 UTC  (3+ messages)

linux-next: manual merge of the modules tree with Linus' tree
 2012-12-19 21:30 UTC  (3+ messages)

[PATCH 1/2] Security: hooks for seccomp as extended attribute
 2012-12-19 21:30 UTC 

CoreSight framework and drivers
 2012-12-19 21:24 UTC  (2+ messages)

[PATCH 0/6 v11] gpio: Add block GPIO
 2012-12-19 21:22 UTC  (7+ messages)
` [PATCH 1/6 v11] gpio: Add a block GPIO API to gpiolib
` [PATCH 2/6 v11] gpio: Add sysfs support to block GPIO API
` [PATCH 3/6 v11] gpio: Add userland device interface to block GPIO
` [PATCH 4/6 v11] gpiolib: Fix default attributes for class
` [PATCH 5/6 v11] gpio: Add device tree support to block GPIO API
` [PATCH 6/6 v11] gpio: Add block gpio to several gpio drivers

[PATCH] mm: cond_resched in tlb_flush_mmu to fix soft lockups on !CONFIG_PREEMPT
 2012-12-19 21:13 UTC  (6+ messages)
      ` [PATCH v2] mm: limit mmu_gather batching "

[PATCH] drivers: i2c-nforce2: fix coding style issues
 2012-12-19 21:06 UTC 

[PATCH 0/5] Add ChromeOS Embedded Controller support
 2012-12-19 20:42 UTC  (7+ messages)
` [PATCH 5/5] Input: Add ChromeOS EC keyboard driver

[PATCH] ipv6: addrconf.c: remove unnecessary "if"
 2012-12-19 20:51 UTC  (2+ messages)

[GIT PULL] xtensa patches
 2012-12-19 20:23 UTC 

+ core_pattern-set-core-helpers-root-and-namespace-to-crashing-process .patch added to -mm tree
 2012-12-19 20:42 UTC  (8+ messages)

pull request: wireless 2012-12-19
 2012-12-19 20:39 UTC  (2+ messages)

[PATCH v2 00/11] tty: Fix buffer work access-after-free
 2012-12-19 20:38 UTC  (4+ 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 NNTP newsgroup(s).