messages from 2011-10-31 17:08:15 to 2011-11-01 00:21:55 UTC [more...]
[PATCH v5 22/36] Hexagon: Add locking types and functions
2011-10-31 23:47 UTC
Multi-partition block layer behaviour
2011-11-01 0:29 UTC (9+ messages)
[PATCH v5 24/36] Hexagon: Provide basic implementation and/or stubs for I/O routines
2011-10-31 23:48 UTC
[PATCH v5 25/36] Hexagon: Implement basic cache-flush support
2011-10-31 23:50 UTC
[PATCH v5 27/36] Hexagon: Provide DMA implementation
2011-10-31 23:52 UTC
[PATCH v5 29/36] Hexagon: Add page table header files & etc
2011-10-31 23:53 UTC
[PATCH v5 30/36] Hexagon: Add page-fault support
2011-10-31 23:54 UTC
[PATCH v5 32/36] Hexagon: Comet platform support
2011-10-31 23:55 UTC
[PATCH v5 33/36] Hexagon: Add configuration and makefiles for the Hexagon architecture
2011-10-31 23:55 UTC
[PATCH v5 34/36] Hexagon: Add basic stacktrace functionality for Hexagon architecture
2011-10-31 23:56 UTC
[PATCH v5 35/36] Hexagon: Add self to MAINTAINERS
2011-10-31 23:56 UTC
[PATCH v5 00/36] Hexagon: Add support for Qualcomm Hexagon architecture
2011-10-31 23:58 UTC
[PATCH v5 36/36] Add extra arch overrides to asm-generic/checksum.h
2011-10-31 23:56 UTC
[PATCH v5 28/36] Hexagon: Add ioremap support
2011-10-31 23:52 UTC
[PATCH v5 31/36] Hexagon: kgdb support files
2011-10-31 23:54 UTC
[PATCH v5 26/36] Hexagon: Implement basic TLB management routines for Hexagon
2011-10-31 23:52 UTC
[PATCH v5 23/36] Hexagon: Add user access functions
2011-10-31 23:48 UTC
[PATCH v5 20/36] Hexagon: Provide basic debugging and system trap support
2011-10-31 23:44 UTC
[PATCH v5 16/36] Hexagon: Add startup code
2011-10-31 23:42 UTC
[PATCH v5 17/36] Hexagon: Add interrupts
2011-10-31 23:42 UTC
[PATCH v5 15/36] Hexagon: Add init_task and process functions
2011-10-31 23:41 UTC
[PATCH v5 13/36] Hexagon: Support dynamic module loading
2011-10-31 23:40 UTC
[PATCH v5 10/36] Hexagon: Add memcpy and memset accelerated functions
2011-10-31 23:38 UTC
[PATCH v5 09/36] Hexagon: Add checksum functions
2011-10-31 23:38 UTC
[PATCH v5 06/36] Hexagon: Add processor and system headers
2011-10-31 23:36 UTC
[PATCH v5 04/36] Hexagon: Add atomic ops support
2011-10-31 23:28 UTC
[PATCH v5 03/36] Hexagon: Add bitops support
2011-10-31 23:27 UTC
[PATCH v5 02/36] Hexagon: Core arch-specific header files
2011-10-31 23:27 UTC
[PATCH v5 01/36] Hexagon: Add generic headers
2011-10-31 23:26 UTC
[RFC PATCH] freezer: revert 27920651fe "PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks too"
2011-11-01 0:02 UTC (7+ messages)
[git patches] libata updates, GPG signed (but see admin notes)
2011-10-31 23:55 UTC (28+ messages)
Re:[bisected] i915 dpms does not switch back light on
2011-10-31 23:41 UTC (4+ messages)
` [bisected] "
[GIT PULL] mm: frontswap (for 3.2 window)
2011-10-31 23:36 UTC (15+ messages)
infiniband.git back to kernel.org
2011-10-31 23:21 UTC (2+ messages)
git tree URL for IEEE 1394 (FireWire) kernel subsystem
2011-10-31 23:19 UTC (4+ messages)
[RFC/PATCH 1/7] x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bit
2011-10-31 23:01 UTC (14+ messages)
` [RFC/PATCH 2/7] x86, mm: Move zone init from paging_init() on 64-bit
` [RFC/PATCH 3/7] x86, mm: Use max_pfn instead of highend_pfn
` [RFC/PATCH 4/7] x86, mm: Wrap ZONE_DMA32 with CONFIG_ZONE_DMA32
` [RFC/PATCH 5/7] x86, mm: Use max_low_pfn for ZONE_NORMAL on 64-bit
` [RFC/PATCH 6/7] x86, mm: Prepare zone_sizes_init() for unification
Latency writing to an mlocked ext4 mapping
2011-10-31 23:14 UTC (9+ messages)
[PATCH -v2 00/16] PCI: Re-factor PCI's 'latency timer' setup
2011-10-31 23:14 UTC (3+ messages)
[PATCH] ramoops appears geared to not support ARM
2011-10-31 23:03 UTC (6+ messages)
[PATCH 00/17] drop unused Kconfig symbols
2011-10-31 22:55 UTC (2+ messages)
[PATCH] udf : fix metadata/mirror address print
2011-10-31 22:53 UTC (2+ messages)
[PATCH] bonding:update speed/duplex for NETDEV_CHANGE
2011-10-31 22:41 UTC (6+ messages)
[PATCHSET pm] freezer: fix various bugs and simplify implementation, take#2
2011-10-31 22:40 UTC (24+ messages)
` [PATCH 01/17] freezer: fix current->state restoration race in refrigerator()
` [PATCH 02/17] freezer: don't unnecessarily set PF_NOFREEZE explicitly
` [PATCH 03/17] freezer: unexport refrigerator() and update try_to_freeze() slightly
` [PATCH 04/17] freezer: implement and use kthread_freezable_should_stop()
` [PATCH 05/17] freezer: rename thaw_process() to __thaw_task() and simplify the implementation
` [PATCH 06/17] freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks
` [PATCH 07/17] freezer: don't distinguish nosig tasks on thaw
` [PATCH 08/17] freezer: use dedicated lock instead of task_lock() + memory barrier
` [PATCH 09/17] freezer: make freezing indicate freeze condition in effect
` [PATCH 10/17] freezer: test freezable conditions while holding freezer_lock
` [PATCH 11/17] freezer: kill PF_FREEZING
` [PATCH 12/17] freezer: clean up freeze_processes() failure path
` [PATCH 13/17] cgroup_freezer: prepare for removal of TIF_FREEZE
` [PATCH UPDATED "
` [PATCH 14/17] freezer: make freezing() test freeze conditions in effect instead "
` [PATCH UPDATED "
` [PATCH 15/17] freezer: remove now unused TIF_FREEZE
` [PATCH 16/17] freezer: remove should_send_signal() and update frozen()
` [PATCH 17/17] freezer: fix set_freezable[_with_signal]() race
` [PATCH 18/17] freezer: restructure __refrigerator()
` [PATCH 19/17] freezer: use lock_task_sighand() in fake_signal_wake_up()
` [PATCH UPDATED 20/17] freezer: remove unused @sig_only from freeze_task()
` [PATCHSET UPDATED pm] freezer: fix various bugs and simplify implementation, take#2
Keyboard and mouse issues on MacBook Air (4,2)
2011-10-31 22:37 UTC (10+ messages)
3c505.c: Does not compile on linus/master [f362f98]
2011-10-31 22:18 UTC (4+ messages)
` [PATCH] 3c505: Fix compile breakage
[PATCH] TTM DMA pool v2.1
2011-10-31 22:05 UTC (4+ messages)
` [PATCH 08/11] ttm: Provide DMA aware TTM page pool code
ext4 bug ? "Intel 320 SSD write performance – contd."
2011-10-31 21:47 UTC (3+ messages)
[PATCH v2] regulator: max8649 Convert max8649 to use regmap api
2011-10-31 21:44 UTC (2+ messages)
[GIT PULL] regulator updates for 3.2
2011-10-31 21:41 UTC
[RFC][PATCH] clocksource: Avoid selecting mult values that might overflow when adjusted
2011-10-31 21:40 UTC
[PATCH] regulator: Use regmap_read/write(), regmap_update_bits functions directly
2011-10-31 21:38 UTC (2+ messages)
[RFC][PATCH 0/2] PM / Sleep: Extended control of suspend/hibernate interfaces
2011-10-31 21:23 UTC (4+ messages)
[PATCH] i2c-gpio.c: correct logic of pdata->scl_is_open_drain
2011-10-31 21:21 UTC (2+ messages)
ACPI ERROR SMBus or IPMI write requires Buff of len 66, found 32...???? linux-3.0.0
2011-10-31 21:16 UTC
[PATCH] coredump: wait on the core pattern umh at least once
2011-10-31 21:18 UTC (4+ messages)
[RFC PATCH 00/10] powerpc/mpic: General cleanup patch series
2011-10-31 21:10 UTC (11+ messages)
` [RFC PATCH 01/10] powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h"
` [RFC PATCH 02/10] powerpc: Consolidate mpic_alloc() OF address translation
` [RFC PATCH 03/10] powerpc/mpic: Assume a device-node was passed in mpic_alloc()
` [RFC PATCH 04/10] powerpc/mpic: Save computed phys_addr for board-specific code
` [RFC PATCH 05/10] powerpc/mpic: Search for open-pic device-tree node if NULL
` [RFC PATCH 06/10] powerpc/mpic: Invert the meaning of MPIC_PRIMARY
` [RFC PATCH 07/10] powerpc/mpic: Don't open-code dcr_resource_start
` [RFC PATCH 08/10] powerpc/mpic: Put "pic-no-reset" test back into the MPIC code
` [RFC PATCH 09/10] powerpc/mpic: Cache the device-tree node in "struct mpic"
` [RFC PATCH 10/10] powerpc/mpic: Add in-core support for cascaded MPICs
[git pull] device-mapper enhancements for 3.2
2011-10-31 21:12 UTC
[PATCH] Stop mce-inject writing to mce_chrdev_ops
2011-10-31 21:02 UTC (2+ messages)
` [PATCHv2] Make mce_chrdev_ops "static const"
[PATCH v5] CPU hotplug, Freezer: Fix race between CPU hotplug and freezer
2011-10-31 20:51 UTC
[PATCH 2/2] pinmux: Unify pin type from signed to unsigned
2011-10-31 20:27 UTC (2+ messages)
` [PATH v2 "
Proposal for a low-level Linux display framework
2011-10-31 20:24 UTC (16+ messages)
[PATCH] mm: add free_hot_cold_page_list helper
2011-10-31 20:14 UTC (3+ messages)
[PATCH 1/2] vmscan: promote shared file mapped pages
2011-10-31 20:12 UTC (2+ messages)
[PATCH 0/6 V2] Avoid soft lockup message when KVM is stopped by host
2011-10-31 20:07 UTC (7+ 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
[PATCH 0/7] Additional ALPS touchpad protocol support
2011-10-31 20:01 UTC (9+ messages)
` [PATCH 1/7] Input: ALPS - Move protocol information to Documentation
` [PATCH 4/7] Input: ALPS - Remove assumptions about packet size
[MIPS]clocks_calc_mult_shift() may gen a too big mult value
2011-10-31 19:51 UTC (8+ messages)
[PATCH] fat: Spelling s/obsolate/obsolete/g
2011-10-31 19:50 UTC
[PATCH] dma: fix spacing for method declaration, coding style issue in iop-adma.c
2011-10-31 19:29 UTC
[PATCH 1/2] add device entry for Broadcom Valentine combo card
2011-10-31 19:18 UTC (2+ messages)
[PATCH] vfs: Export fallocate facility to kernel modules
2011-10-31 19:14 UTC
[PATCH 02/15] ATA : vortex86 : fix vortex86dx/sx hardware CRC bug
2011-10-31 19:07 UTC (3+ messages)
HT (Hyper Threading) aware process scheduling doesn't work as it should
2011-10-31 18:59 UTC (3+ messages)
[PATCH] nfs: Fix unused variable warning
2011-10-31 18:28 UTC (6+ messages)
[PATCH] oom: fix integer overflow of points in oom_badness
2011-10-31 18:22 UTC (5+ messages)
` [PATCH v2] "
Tree sweep to fix up initconst
2011-10-31 18:05 UTC (3+ messages)
` [PATCH 05/27] Initconst section fixes for M68K
kernel 3.0: BUG: soft lockup: find_get_pages+0x51/0x110
2011-10-31 17:27 UTC (9+ messages)
` [PATCH] mremap: enforce rmap src/dst vma ordering in case of vma_merge succeeding in copy_vma
[git pull] FireWire updates post 3.1
2011-10-31 17:36 UTC (2+ messages)
Linux 3.1-rc9
2011-10-31 17:32 UTC (11+ messages)
[ANNOUNCE] Git 1.7.8.rc0
2011-10-31 17:19 UTC (3+ messages)
[git pull] PCI changes
2011-10-31 17:18 UTC (3+ messages)
Crypto Update for 2.6.33
2011-10-31 17:16 UTC (13+ messages)
` Crypto Update for 2.6.34
` Crypto Update for 2.6.35
` Crypto Update for 2.6.36
` Crypto Update for 2.6.37
` Crypto Update for 2.6.38
` Crypto Update for 2.6.39
` Crypto Update for 2.6.40
` Crypto Update for 3.1
` Crypto Update for 3.2
[RFC PATCH v3 00/10] fadump: Firmware-assisted dump support for Powerpc
2011-10-31 17:13 UTC (9+ messages)
` [RFC PATCH v3 03/10] fadump: Register for firmware assisted dump
` [RFC PATCH v3 04/10] fadump: Initialize elfcore header and add PT_LOAD program headers
` [RFC PATCH v3 05/10] fadump: Convert firmware-assisted cpu state dump data into elf notes
` [RFC PATCH v3 06/10] fadump: Add PT_NOTE program header for vmcoreinfo
` [RFC PATCH v3 07/10] fadump: Introduce cleanup routine to invalidate /proc/vmcore
` [RFC PATCH v3 08/10] fadump: Invalidate registration and release reserved memory for general use
` [RFC PATCH v3 09/10] fadump: Invalidate the fadump registration during machine shutdown
` [RFC PATCH v3 10/10] fadump: Introduce config option for firmware assisted dump feature
[PATCH] m68k: Revive lost DIO bus config option
2011-10-31 17:08 UTC (3+ 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