linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-27 07:36:11 to 2013-09-27 13:38:09 UTC [more...]

[PATCH 0/63] Basic scheduler support for automatic NUMA balancing V8
 2013-09-27 13:27 UTC  (43+ messages)
` [PATCH 03/63] sched, numa: Comment fixlets
` [PATCH 04/63] mm: numa: Do not account for a hinting fault if we raced
` [PATCH 05/63] mm: Wait for THP migrations to complete during NUMA hinting faults
` [PATCH 06/63] mm: Prevent parallel splits during THP migration
` [PATCH 08/63] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 17/63] sched: Set the scan rate proportional to the memory usage of the task being scanned
` [PATCH 19/63] sched: Track NUMA hinting faults on per-node basis
` [PATCH 20/63] sched: Select a preferred node with the most numa hinting faults
` [PATCH 29/63] sched: Set preferred NUMA node based on number of private faults
` [PATCH 30/63] sched: Do not migrate memory immediately after switching node
` [PATCH 32/63] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 33/63] sched: Retry migration of tasks to CPU on a preferred node
` [PATCH 34/63] sched: numa: increment numa_migrate_seq when task runs in correct location
` [PATCH 35/63] sched: numa: Do not trap hinting faults for shared libraries
` [PATCH 36/63] mm: numa: Only trap pmd hinting faults if we would otherwise trap PTE faults
` [PATCH 37/63] stop_machine: Introduce stop_two_cpus()
` [PATCH 38/63] sched: Introduce migrate_swap()
` [PATCH 39/63] sched: numa: Use a system-wide search to find swap/migration candidates
` [PATCH 40/63] sched: numa: Favor placing a task on the preferred node
` [PATCH 41/63] sched: numa: fix placement of workloads spread across multiple nodes
` [PATCH 42/63] mm: numa: Change page last {nid,pid} into {cpu,pid}
` [PATCH 43/63] sched: numa: Use {cpu, pid} to create task groups for shared faults
` [PATCH 44/63] sched: numa: Report a NUMA task group ID
` [PATCH 45/63] mm: numa: copy cpupid on page migration
` [PATCH 46/63] mm: numa: Do not group on RO pages
` [PATCH 47/63] mm: numa: Do not batch handle PMD pages
` [PATCH 48/63] sched: numa: stay on the same node if CLONE_VM
` [PATCH 49/63] sched: numa: use group fault statistics in numa placement
` [PATCH 50/63] sched: numa: call task_numa_free from do_execve
` [PATCH 51/63] sched: numa: Prevent parallel updates to group stats during placement
` [PATCH 52/63] sched: numa: add debugging
` [PATCH 53/63] sched: numa: Decide whether to favour task or group weights based on swap candidate relationships
` [PATCH 54/63] sched: numa: fix task or group comparison
` [PATCH 55/63] sched: numa: Avoid migrating tasks that are placed on their preferred node
` [PATCH 56/63] sched: numa: be more careful about joining numa groups
` [PATCH 57/63] sched: numa: Take false sharing into account when adapting scan rate
` [PATCH 58/63] sched: numa: adjust scan rate in task_numa_placement
` [PATCH 59/63] sched: numa: Remove the numa_balancing_scan_period_reset sysctl
` [PATCH 60/63] mm: numa: revert temporarily disabling of NUMA migration
` [PATCH 61/63] sched: numa: skip some page migrations after a shared fault
` [PATCH 62/63] sched: numa: use unsigned longs for numa group fault stats
` [PATCH 63/63] sched: numa: periodically retry task_numa_migrate

[PATCH] pwm-backlight: add support for device tree gpio control
 2013-09-27 13:35 UTC  (8+ messages)

kobject_add_internal failed for msi_irqs with -EEXIST
 2013-09-27 13:34 UTC 

[PATCH] x86, smpboot: fix announce_cpu() to print the last OK
 2013-09-27 13:33 UTC  (9+ messages)
` [tip:x86/urgent] x86/smpboot: Fix announce_cpu() to printk() the last "OK" properly

[PATCH] UBI: fastmap: fix backward compatibility with image_seq
 2013-09-27 13:28 UTC  (6+ messages)
` [PATCH] UBI: simplify image sequence test

[RFC PATCH 0/1] FPGA subsystem core
 2013-09-27 13:31 UTC  (5+ messages)
` [RFC PATCH] fpga: Introduce new fpga subsystem

[PATCH RFC] media: rc: OF: Add Generic bindings for remote-control
 2013-09-27 13:26 UTC  (3+ messages)

[PATCHv4 00/18] device thermal limits represented in device tree nodes (v4)
 2013-09-27 13:26 UTC  (5+ messages)
` [PATCHv4 11/18] arm: dts: add omap4430 thermal data

[PATCH 0/2] regulator: ti-abb: misc fixes
 2013-09-27 13:25 UTC  (3+ messages)
` [PATCH 1/2] regulator: ti-abb: skip optional parameter for ldo-address
` [PATCH 2/2] regulator: ti-abb: Fix bias voltage glitch in transition to bypass mode with ldo voltage override

[Patch V2] spi/tegra114: Correct support for cs_change
 2013-09-27 13:25 UTC  (2+ messages)

[PATCH] RFC: Introduce FW_INFO* functions
 2013-09-27 13:22 UTC 

[RFT PATCH v1 0/7] enable FPSIMD lazy save and restore for arm64
 2013-09-27 13:20 UTC  (14+ messages)
` [RFT PATCH v1 1/7] arm64: fix possible invalid FPSIMD initialization state
` [RFT PATCH v1 2/7] arm64: restore FPSIMD to default state for kernel and signal contexts
` [RFT PATCH v1 3/7] arm64: implement basic lazy save and restore for FPSIMD registers
` [RFT PATCH v1 4/7] arm64: provide boot option "eagerfpu" to control FPSIMD restore policy
` [RFT PATCH v1 5/7] arm64: reuse FPSIMD hardware context if possible
` [RFT PATCH v1 6/7] amd64: avoid saving and restoring FPSIMD registers until threads access them
` [RFT PATCH v1 7/7] arm64: disable lazy load if FPSIMD registers are frequently used

[PATCHv4 00/10] split page table lock for PMD tables
 2013-09-27 13:16 UTC  (11+ messages)
` [PATCHv4 01/10] mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS
` [PATCHv4 02/10] mm: convert mm->nr_ptes to atomic_t
` [PATCHv4 03/10] mm: introduce api for split page table lock for PMD level
` [PATCHv4 04/10] mm, thp: change pmd_trans_huge_lock() to return taken lock
` [PATCHv4 05/10] mm, thp: move ptl taking inside page_check_address_pmd()
` [PATCHv4 06/10] mm, thp: do not access mm->pmd_huge_pte directly
` [PATCHv4 07/10] mm, hugetlb: convert hugetlbfs to use split pmd lock
` [PATCHv4 08/10] mm: convent the rest to new page table lock api
` [PATCHv4 09/10] mm: implement split page table lock for PMD level
` [PATCHv4 10/10] x86, mm: enable "

Crash of 3.12-rc2 BUG: unable to handle kernel NULL pointer dereference
 2013-09-27 13:13 UTC  (2+ messages)

[PATCH 1/3] clk: samsung: pll: Add support for PLL6545a and PLL6522x
 2013-09-27 13:07 UTC  (5+ messages)
` [PATCH 2/3] clk: samsung: Add clock driver for s5pc100

[PATCH 1/2] pinctrl: palmas: do not abort pin configuration for BIAS_DEFAULT
 2013-09-27 13:30 UTC  (3+ messages)

[PATCH] ext4: avoid exposure of stale data in ext4_punch_hole()
 2013-09-27 13:05 UTC  (3+ messages)

[PATCH 1/1] fs/binfmt_elf.c: fill_note_info: Reduce scope of a variable
 2013-09-27 12:58 UTC 

[ANNOUNCE] util-linux v2.24-rc1
 2013-09-27 12:59 UTC 

[PATCH V4 2/3] pincntrl: add support for AMS AS3722 pin control driver
 2013-09-27 13:20 UTC  (3+ messages)

Fedora Kernel Patch Report
 2013-09-27 12:49 UTC  (3+ messages)

[PATCH 01/20] regulator: ab3100: use devm_regulator_register()
 2013-09-27 12:42 UTC  (4+ messages)
` [PATCH 17/20] regulator: tps6105x: "

[PATCH] OMAP/serial: Fix division by zero exception on 3M+ baud rates
 2013-09-27 12:41 UTC  (3+ messages)

[PATCH] [TRIVIAL] Correct some typos
 2013-09-27 12:36 UTC 

[PATCH v4 Repost 1/2] block: factor out vector mergeable decision to a, helper function
 2013-09-27 12:31 UTC  (2+ messages)
` [PATCH v4 Repost 2/2] block: modify __bio_add_page check to accept pages, that don't start a new segment

[PATCH] Staging: sm7xxfb: fixed line break coding style issues
 2013-09-27 12:27 UTC  (2+ messages)

[PATCH] pinctrl: pinctrl-adi2: Remove nested lock+irqsave that resue flags
 2013-09-27 12:22 UTC  (2+ messages)

[tip:sched/core] sched: Add NEED_RESCHED to the preempt_count
 2013-09-27 12:20 UTC  (5+ messages)

[PATCH 1/2] pinctrl: adi2: Convert to devm_ioremap_resource
 2013-09-27 12:20 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: adi2: Fix dead lock in adi_gpio_direction_output

[PATCH] kernel/groups.c: consider about NULL for 'group_info' in all related extern functions
 2013-09-27 12:19 UTC  (12+ messages)

Lieber E-Mail-Benutzer;
 2013-09-27 12:08 UTC 

[PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string
 2013-09-27 12:17 UTC  (2+ messages)

[PATCH v4 0/6] PSCI support for highbank
 2013-09-27 12:14 UTC  (8+ messages)
` [PATCH 1/6] cpuidle: calxeda: add support to use PSCI calls
` [PATCH 2/6] cpuidle: calxeda: add cpu_pm_enter/exit calls
` [PATCH 3/6] cpuidle: calxeda: add ecx-2000 support

[RFC PATCH 0/4] pinctrl: at91: various fixes
 2013-09-27 12:12 UTC  (5+ messages)
` [RFC PATCH 1/4] pinctrl: at91: fix typos
` [RFC PATCH 2/4] pinctrl: at91: fix sam9x5 debounce/deglitch functions

[PATCH 0/3] New descriptor-based GPIO interface
 2013-09-27 12:06 UTC 

[block:for-next 5/6] drivers/block/skd_main.c:441:3: error: implicit declaration of function 'readq'
 2013-09-27 11:26 UTC  (8+ messages)

[PATCH] ll_temac: Reset dma descriptors on ndo_open
 2013-09-27 11:24 UTC 

[PATCH v6 5/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file
 2013-09-27 11:23 UTC  (11+ messages)

[PATCH 1/2] UBI: Fix error path in scan_pool()
 2013-09-27 11:12 UTC  (7+ messages)

[PATCH V2] x86, microcode, AMD: Fix patch level reporting for family15h
 2013-09-27 11:02 UTC  (2+ messages)
` [tip:x86/urgent] x86/microcode/AMD: Fix patch level reporting for family 15h

[GIT PULL] ARM: SoC fixes for 3.12-rc
 2013-09-27 10:59 UTC  (6+ messages)

[PATCH] IPv6: Allow the MTU of ipip6 tunnel to be set below 1280
 2013-09-27 10:58 UTC  (4+ messages)

[PATCH 0/4] ARC fixes for 3.12-rc3
 2013-09-27 10:57 UTC  (5+ messages)
` [PATCH 1/4] ARC: Handle zero-overhead-loop in unaligned access handler
` [PATCH 2/4] ARC: Fix 32-bit wrap around in access_ok()
` [PATCH 3/4] ARC: Workaround spinlock livelock in SMP SystemC simulation
` [PATCH 4/4] ARC: Use clockevents_config_and_register over clockevents_register_device

[PATCH v3 0/4] Fix Win8 backlight issue
 2013-09-27 11:02 UTC  (2+ messages)

[PATCH] tick: make sleep length calculation more accurate
 2013-09-27 10:52 UTC 

[v3.11][Regression] HID: hyperv: convert alloc+memcpy to memdup
 2013-09-27 10:50 UTC  (7+ messages)

[PATCH] USB: gadget: s3c-hsotg: fix maxpacket size
 2013-09-27 10:31 UTC 

[PATCH] USB: gadget: epautoconf: fix ep maxpacket check
 2013-09-27 10:30 UTC 

[PATCH] USB: gadget: f_fs: fix error handling
 2013-09-27 10:28 UTC 

[PATCH v5] media: st-rc: Add ST remote control driver
 2013-09-27 10:25 UTC  (3+ messages)

thinkpad x60: critical thermal shutdown does not work (and ethernet overheats)
 2013-09-27 10:22 UTC  (4+ messages)

[PATCH v2 0/5] mm: migrate zbud pages
 2013-09-27 10:16 UTC  (6+ messages)

[f2fs-dev] [PATCH] f2fs: use rw_sem instead of fs_lock(locks mutex)
 2013-09-27 10:08 UTC  (2+ messages)
` [f2fs-dev][PATCH V2] "

[PATCH] ipvs: improved SH fallback strategy
 2013-09-27 10:06 UTC  (9+ messages)
              ` [PATCHv2] "

[PATCH] ASoC: wm8993: drop regulator_bulk_free of devm_ allocated data
 2013-09-27  9:48 UTC  (2+ messages)

[PATCH] gma500: define do_gma_backlight_set only when used
 2013-09-27  9:38 UTC  (3+ messages)

[RFC] Get rid of SUBARCH
 2013-09-27  9:26 UTC  (6+ messages)
` [PATCH 1/8] um: Create defconfigs for i386 and x86_64

[PATCH 0/4][RFC] Lockdep enablement for seqcount/seqlocks
 2013-09-27  9:15 UTC  (5+ messages)
` [PATCH 1/4] [RFC] net: Explicitly initialize u64_stats_sync structures for lockdep

[PATCH] gcov: MAINTAINERS: Add an entry for gcov
 2013-09-27  9:12 UTC 

[PATCH] fs/debugfs: add declaration for no CONFIG_DEBUG_FS
 2013-09-27  9:09 UTC 

[PATCH] PCI: add quirk for 3ware 9650SE controller
 2013-09-27  9:08 UTC  (7+ messages)

[GIT PULL] fbdev fixes for 3.12
 2013-09-27  9:07 UTC 

linux-next: Tree for Sep 27
 2013-09-27  9:05 UTC 

[PATCH] ARC: Use clockevents_config_and_register over clockevents_register_device
 2013-09-27  9:00 UTC  (6+ messages)

[PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources
 2013-09-27  9:04 UTC  (5+ messages)

[PATCH] mmc: core: remove issue_fn indirect function call
 2013-09-27  9:04 UTC  (7+ messages)

[QUERY] Building and testing Aarch64
 2013-09-27  8:58 UTC 

[PATCH 00/27] mmc: Remove the deprecated APIs mmc_suspend|resume_host
 2013-09-27  8:55 UTC  (4+ messages)
` [PATCH 09/27] mmc: mvsdio: Remove redundant suspend and resume callbacks

linux-next: build failure after merge of the final tree (char-misc tree related)
 2013-09-27  8:48 UTC 

[PATCH 1/1] arm64: X-Gene AHBC platform bus driver
 2013-09-27  8:47 UTC  (2+ messages)

[PATCH 0/12] procfs: protect /proc/<pid>/* files with file->f_cred
 2013-09-27  8:37 UTC  (6+ messages)
` [PATCH 04/12] seq_file: Make seq_file able to access the file's opener cred

[PATCH v2 0/5] ARM: shmobile: CPUFreq support on Lager
 2013-09-27  8:37 UTC  (4+ messages)
` [PATCH v2 5/5] ARM: shmobile: lager: (DEVEL) add CPUFreq support

linux-next: build failure after merge of the final tree
 2013-09-27  8:32 UTC 

Please revert 928bea964827d7824b548c1f8e06eccbbc4d0d7d
 2013-09-27  8:28 UTC 

[PATCH] arch: tile: re-use kbasename() helper
 2013-09-27  8:26 UTC 

[PATCH] mfd: ti_am335x_tscadc: Restore clock divider on resume
 2013-09-27  8:23 UTC  (2+ messages)

[PATCH] ASoC: wm8993: drop regulator_bulk_free of devm_ allocated data
 2013-09-27  8:22 UTC 

linux-next: build failure after merge of the final tree (tty tree related)
 2013-09-27  8:21 UTC 

[PATCH] i2c-designware: define i2c_dw_pci_runtime_idle only with runtime pm
 2013-09-27  8:22 UTC  (3+ messages)

[PATCH v3 2/2] max77693: added device tree support
 2013-09-27  8:11 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 0/4] mfd: palmas: fix the resource leak issue and cleanups
 2013-09-27  8:07 UTC  (9+ messages)
` [PATCH 1/4] mfd: palmas: remove call of mfd_remove_devices
` [PATCH 2/4] mfd: palmas: add MODULE_DEVICE_TABLE for of_device table
` [PATCH 3/4] mfd: palmas: reset pm_power_off if it is set for the device
` [PATCH 4/4] mfd: palmas: fix resource leak of i2c_dummy devices

[PATCH 0/3] changes to enable lockless lockref on s390
 2013-09-27  8:03 UTC  (4+ messages)
` [PATCH 1/3] mutex,spinlock: rename arch_mutex_cpu_relax() to cpu_relax_simple()
` [PATCH 2/3] lockref: use cpu_relax_simple()
` [PATCH 3/3] s390: enable ARCH_USE_CMPXCHG_LOCKREF

linux-next: build failure after merge of the akpm-current tree
 2013-09-27  8:02 UTC 

[PATCH] serial: 8250_dw: Improve unwritable LCR workaround
 2013-09-27  7:49 UTC  (4+ messages)

[GIT PULL] Keyrings patches
 2013-09-27  7:40 UTC  (2+ messages)

[RFC v2] gpio/omap: auto-setup a GPIO when used as an IRQ
 2013-09-27  7:35 UTC  (3+ 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).