messages from 2013-09-10 09:02:05 to 2013-09-10 13:56:42 UTC [more...]
[PATCH 0/7] preempt_count rework -v2
2013-09-10 13:56 UTC (13+ messages)
` [PATCH 1/7] sched: Introduce preempt_count accessor functions
` [PATCH 2/7] sched: Add NEED_RESCHED to the preempt_count
` [PATCH 3/7] sched, arch: Create asm/preempt.h
` [PATCH 4/7] sched: Create more preempt_count accessors
` [PATCH 5/7] sched: Extract the basic add/sub preempt_count modifiers
` [PATCH 6/7] sched, x86: Provide a per-cpu preempt_count implementation
` [PATCH 7/7] sched, x86: Optimize the preempt_schedule() call
[PATCH 0/2] Rework ACPI video driver
2013-09-10 13:53 UTC (5+ messages)
` [PATCH 2/2] ACPI / video / i915: Remove ACPI backlight if firmware expects Windows 8
[PATCH v5 0/9] extend hugepage migration
2013-09-10 13:51 UTC (3+ messages)
` [PATCH 1/9] migrate: make core migration code aware of hugepage
[PATCH] workqueue: remove redundant timer_stats_timer_set_start_info() call
2013-09-10 13:45 UTC (2+ messages)
[PATCH] drivers: of: fix build break if asm/dma-contiguous.h is missing
2013-09-10 13:39 UTC (2+ messages)
[PATCH] [scsi] enclosure: remove all possible sysfs entries before add device
2013-09-10 13:39 UTC (5+ messages)
[GIT PULL] perf changes for v3.12
2013-09-10 13:38 UTC (16+ messages)
` PEBS bug on HSW: "Unexpected number of pebs records 10" (was: Re: [GIT PULL] perf changes for v3.12)
[GIT PULL] MMC updates for 3.12-rc1
2013-09-10 13:30 UTC
[PATCH RESEND] smp: harmonize prototypes of smp functions
2013-09-10 13:29 UTC
[PATCH v2 0/4] add support for gcov format introduced in gcc 4.7
2013-09-10 13:28 UTC (9+ messages)
` [PATCH v2 4/4] kernel: add support for init_array constructors
Alerta final
2013-09-09 13:09 UTC
[patch] mm, compaction: periodically schedule when freeing pages
2013-09-10 13:20 UTC (2+ messages)
[PATCH v5 0/5] ARM: support for Trusted Foundations secure monitor
2013-09-10 13:18 UTC (6+ messages)
` [PATCH v5 1/5] ARM: add basic Trusted Foundations support
[PATCH] RFC: interrupt consistency check for OF GPIO IRQs
2013-09-10 13:17 UTC (6+ messages)
[PATCH v2 2/2] perf tools: add attr->mmap2 support
2013-09-10 13:17 UTC (7+ messages)
[PATCH] Btrfs: cleanup redundant code in __btrfs_close_devices()
2013-09-10 13:15 UTC (3+ messages)
[PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
2013-09-10 13:09 UTC (13+ messages)
` [PATCH 5/9] PCI/MSI/s390: Make return values only 0/-errno when MSIs allocated
[PATCH v3 00/38] iio: ST clean-ups and new sensor support
2013-09-10 12:49 UTC (39+ messages)
` [PATCH 01/38] ARM: ux500: Remove PrimeCell IDs from Nomadik I2C DT nodes
` [PATCH 02/38] ARM: ux500: Enable the LPS001WP Pressure & Temperature sensor from DT
` [PATCH 03/38] ARM: ux500: Enable the LSM303DLH Accelerator "
` [PATCH 04/38] ARM: ux500: Enable the LSM303DLH Magnetometer "
` [PATCH 05/38] ARM: ux500: Enable the L3G4200D Gyroscope "
` [PATCH 06/38] ARM: ux500: CONFIG: Enable ST's IIO Pressure Sensors by default
` [PATCH 07/38] ARM: ux500: CONFIG: Enable ST's IIO Accelerometer "
` [PATCH 08/38] ARM: ux500: CONFIG: Enable ST's IIO Magnetometer "
` [PATCH 09/38] ARM: ux500: CONFIG: Enable ST's IIO Gyroscope "
` [PATCH 10/38] Documentation: dt: iio: Add binding for LPS001WP
` [PATCH 11/38] Documentation: dt: iio: Add binding for LSM303DLH
` [PATCH 12/38] Documentation: dt: iio: Add binding for L3G4200D
` [PATCH 13/38] Documentation: dt: iio: Add binding for LSM303DLH
` [PATCH 14/38] iio: accel: st: Append _accel to accelerator sensor device names
` [PATCH 15/38] iio: gyro: st: Append _gyro to gyroscope "
` [PATCH 16/38] iio: magn: st: Append _magn to magnetometer "
` [PATCH 17/38] iio: press: st: Append _press to pressure "
` [PATCH 18/38] iio: sensors-core: st: Allow full-scale to be an optional feature
` [PATCH 19/38] iio: sensors-core: st: Support sensors which don't have a Data Ready pin
` [PATCH 20/38] iio: sensors-core: st: Clean-up error handling in st_sensors_init_sensor()
` [PATCH 21/38] iio: sensors-core: st: Clean-up error handling in st_sensors_read_axis_data()
` [PATCH 22/38] iio: sensors-core: st: Clean-up error handling in st_sensors_read_info_raw()
` [PATCH 23/38] iio: pressure-core: st: Describe LPS331AP defines by name
` [PATCH 24/38] iio: pressure-core: st: Expand and rename LPS331AP's channel descriptor
` [PATCH 25/38] iio: pressure-core: st: Allow for number of channels to vary
` [PATCH 26/38] iio: pressure-core: st: Clean-up probe() function
` [PATCH 27/38] iio: pressure-core: st: Give some indication if device probing was successful
` [PATCH 28/38] iio: pressure: st: Add support for new LPS001WP pressure sensor
` [PATCH 29/38] iio: pressure-core: st: Provide support for the Vdd power supply
` [PATCH 30/38] iio: pressure-core: st: Provide support for the Vdd_IO "
` [PATCH 31/38] iio: accel-core: st: Clean up error handling in probe()
` [PATCH 32/38] iio: accel-core: st: Move LSM303DLH into correct group
` [PATCH 33/38] iio: accel-core: st: Give some indication if device probing was successful
` [PATCH 34/38] iio: gyro-core: st: Clean up error handling in probe()
` [PATCH 35/38] iio: gyro-core: st: Give some indication if device probing was successful
` [PATCH 36/38] iio: magn-core: st: Clean up error handling in probe()
` [PATCH 37/38] iio: magn-core: st: Give some indication if device probing was successful
` [PATCH 38/38] iio: magn-core: st: Provide support for the LSM303DLH
[PATCH 0/6] Simplify some mps and mrrs setting related code
2013-09-10 12:53 UTC (3+ messages)
` [PATCH 5/6] staging/et131x: Use cached pci_dev->pcie_mpss and pcie_set_readrq() to simplif code
[PATCH 1/2] regulator: palmas: configure enable time for LDOs
2013-09-10 13:14 UTC (5+ messages)
` [PATCH 2/2] regulator: core: add support for configuring turn-on time through constraints
[PATCH v2] tile: support KVM for tilegx
2013-09-10 12:47 UTC (6+ messages)
` [PATCH v3 1/3] tile: support KVM host mode
` [PATCH v3 3/3] tile: enable VIRTIO support for KVM
[GIT PULL] (xen) stable/for-linus-3.12-rc0-tag-two for v3.12-rc0
2013-09-10 12:44 UTC
[BusLogic] DMA-API: device driver failed to check map error
2013-09-10 12:36 UTC (2+ messages)
[PATCH 0/8] ceph: fscache support & upstream changes
2013-09-10 12:34 UTC (3+ messages)
` [PATCH] fscache: check consistency does not decrement refcount
[PATCH RESEND 0/2] runtime PM support for I2C clients
2013-09-10 12:27 UTC (6+ messages)
` [PATCH RESEND 1/2] i2c: prepare runtime PM support for I2C client devices
3.11 kernel: perf samples too long (2501 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
2013-09-10 12:26 UTC
[PATCH v3 1/2] hwmon: (lm90) Add power control
2013-09-10 12:11 UTC (20+ messages)
[PATCH] extcon: palmas: Dont set USB state if ID pin is grounded
2013-09-10 12:25 UTC (4+ messages)
[PATCH v2 0/2] Add early_ioremap()/early_memremap() support to arm
2013-09-10 12:02 UTC (4+ messages)
` [PATCH v2 2/2] arm: add early_ioremap support
[PATCH 0/3] perf tools: Fix scalability problem on callchain merging
2013-09-10 11:58 UTC (7+ messages)
` [PATCH 1/3] perf callchain: Convert children list to rbtree
[PATCH] /dev/random: Insufficient of entropy on many architectures
2013-09-10 11:46 UTC (2+ messages)
"cpufreq: fix serialization issues with freq change notifiers" breaks cpufreq too
2013-09-10 11:49 UTC (3+ messages)
[RFC][PATCH] MIPS: Use pagefault_{dis,en}able for k{,un}map_coherent
2013-09-10 11:33 UTC
[PATCH 1/1] mfd: aat2870: Fix sparse error
2013-09-10 11:20 UTC (2+ messages)
[PATCH v3 00/16] DT/core: update cpu device of_node
2013-09-10 11:19 UTC (10+ messages)
` [PATCH v4 00/19] "
` [PATCH v4 12/19] cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodes
[PATCH] ACPI: Move acpi_bus_get_device() from bus.c to scan.c
2013-09-10 11:30 UTC (3+ messages)
[PATCH v3] mfd: rtsx: Modify rts5249_optimize_phy
2013-09-10 11:08 UTC (4+ messages)
[PATCH][BUG] sched/fair: child->se.parent,cfs_rq might point to invalid ones
2013-09-10 9:16 UTC
[PATCH] block: register_blkdev doesn't check name against NULL
2013-09-10 10:40 UTC
[PATCH] x86, mm: Add comments for step_size
2013-09-10 10:34 UTC (2+ messages)
` [tip:x86/mm] x86/mm: Add 'step_size' comments to init_mem_mapping ()
[BUG kernel 3.11+] i915: pipe state doesn't match
2013-09-10 10:34 UTC (10+ messages)
` [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion
` [Intel-gfx] "
` [PATCH] drm/i915/tv: clear adjusted_mode.flags
[PATCH]: regulator: fix scripts/kernel-doc error in header file <linux/regulator/driver.h>
2013-09-10 10:30 UTC
[PATCH] alpha: perf: fix out-of-bounds array access triggered from raw event
2013-09-10 10:19 UTC (2+ messages)
proc hidepid=2 and SGID programs
2013-09-10 10:00 UTC (4+ messages)
[PATCH 1/2] regulator: core: provide fixed voltage in desc for single voltage rail
2013-09-10 10:15 UTC (2+ messages)
` [PATCH 2/2] regulator: fixed: get rid of {get|list}_voltage()
[GIT PULL] Keyrings patches
2013-09-10 9:45 UTC (5+ messages)
[PATCH] mfd: rtsx: Modify rts5249_optimize_phy
2013-09-10 9:45 UTC (3+ messages)
[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
2013-09-10 9:32 UTC (51+ messages)
` [PATCH 01/50] sched: monolithic code dump of what is being pushed upstream
` [PATCH 02/50] mm: numa: Document automatic NUMA balancing sysctls
` [PATCH 03/50] sched, numa: Comment fixlets
` [PATCH 04/50] mm: numa: Do not account for a hinting fault if we raced
` [PATCH 05/50] mm: Wait for THP migrations to complete during NUMA hinting faults
` [PATCH 06/50] mm: Prevent parallel splits during THP migration
` [PATCH 07/50] mm: Account for a THP NUMA hinting update as one PTE update
` [PATCH 08/50] mm: numa: Sanitize task_numa_fault() callsites
` [PATCH 09/50] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 10/50] sched: numa: Mitigate chance that same task always updates PTEs
` [PATCH 11/50] sched: numa: Continue PTE scanning even if migrate rate limited
` [PATCH 12/50] Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
` [PATCH 13/50] sched: numa: Initialise numa_next_scan properly
` [PATCH 14/50] sched: Set the scan rate proportional to the memory usage of the task being scanned
` [PATCH 15/50] sched: numa: Correct adjustment of numa_scan_period
` [PATCH 16/50] mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning
` [PATCH 17/50] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 18/50] sched: numa: Slow scan rate if no NUMA hinting faults are being recorded
` [PATCH 19/50] sched: Track NUMA hinting faults on per-node basis
` [PATCH 20/50] sched: Select a preferred node with the most numa hinting faults
` [PATCH 21/50] sched: Update NUMA hinting faults once per scan
` [PATCH 22/50] sched: Favour moving tasks towards the preferred node
` [PATCH 23/50] sched: Resist moving tasks towards nodes with fewer hinting faults
` [PATCH 24/50] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 25/50] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 26/50] sched: Check current->mm before allocating NUMA faults
` [PATCH 27/50] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 28/50] sched: Remove check that skips small VMAs
` [PATCH 29/50] sched: Set preferred NUMA node based on number of private faults
` [PATCH 30/50] sched: Do not migrate memory immediately after switching node
` [PATCH 31/50] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 32/50] sched: Retry migration of tasks to CPU on a preferred node
` [PATCH 33/50] sched: numa: increment numa_migrate_seq when task runs in correct location
` [PATCH 34/50] sched: numa: Do not trap hinting faults for shared libraries
` [PATCH 35/50] mm: numa: Only trap pmd hinting faults if we would otherwise trap PTE faults
` [PATCH 36/50] stop_machine: Introduce stop_two_cpus()
` [PATCH 37/50] sched: Introduce migrate_swap()
` [PATCH 38/50] sched: numa: Use a system-wide search to find swap/migration candidates
` [PATCH 39/50] sched: numa: Favor placing a task on the preferred node
` [PATCH 40/50] mm: numa: Change page last {nid,pid} into {cpu,pid}
` [PATCH 41/50] sched: numa: Use {cpu, pid} to create task groups for shared faults
` [PATCH 42/50] sched: numa: Report a NUMA task group ID
` [PATCH 43/50] mm: numa: Do not group on RO pages
` [PATCH 44/50] sched: numa: stay on the same node if CLONE_VM
` [PATCH 45/50] sched: numa: use group fault statistics in numa placement
` [PATCH 46/50] sched: numa: Prevent parallel updates to group stats during placement
` [PATCH 47/50] sched: numa: add debugging
` [PATCH 48/50] sched: numa: Decide whether to favour task or group weights based on swap candidate relationships
` [PATCH 49/50] sched: numa: fix task or group comparison
` [PATCH 50/50] sched: numa: Avoid migrating tasks that are placed on their preferred node
[PATCH] [RFC] seqcount: Add lockdep functionality to seqcount/seqlock structures
2013-09-10 9:19 UTC (3+ messages)
/proc/$PID/sched does not take PID namespace into account
2013-09-10 9:18 UTC (3+ messages)
[PATCHv2 00/25] perf tool: Add support for multiple data file storage
2013-09-10 9:15 UTC (4+ messages)
[PATCH 0/9] x86/UV/KDB/NMI: Updates for NMI/KDB handler for SGI UV
2013-09-10 9:03 UTC (5+ messages)
` [PATCH 9/9] x86/UV: Add ability to disable UV NMI handler
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