messages from 2013-10-07 11:08:13 to 2013-10-07 16:28:40 UTC [more...]
[RFC] ARM: kernel: irq: Simplify allocation of stack frame
2013-10-07 16:28 UTC (3+ messages)
[PATCH v3 00/19] ARM: at91: move to common clk framework
2013-10-07 16:06 UTC (10+ messages)
` [PATCH v3 03/19] clk: at91: add PMC base support
` [PATCH v3 02/19] ARM: at91: add Kconfig options for common clk support
` [PATCH v3 04/19] clk: at91: add PMC macro file for dt definitions
[PATCH 0/1] sched/wait: Introduce prepare_to_wait_event()
2013-10-07 16:18 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v1 0/2] perf,x86: add Intel RAPL PMU support
2013-10-07 16:24 UTC (5+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] perf,x86: add RAPL hrtimer support
[PATCH] mm: trivial: fix typos
2013-10-07 16:23 UTC
Deadlock (un-killable processes) in sys_futex
2013-10-07 16:22 UTC
linux-next: Tree for Oct 7
2013-10-07 16:17 UTC (9+ messages)
` linux-next: build failure after merge of the mips tree
` linux-next: manual merge of the drm-intel tree
` linux-next: manual merge of the random tree
` linux-next: manual merge of the wireless-next tree
[PATCHv5 00/11] split page table lock for PMD tables
2013-10-07 16:09 UTC (13+ messages)
` [PATCHv5 01/11] mm: avoid increase sizeof(struct page) due to split page table lock
` [PATCHv5 02/11] mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS
` [PATCHv5 03/11] mm: convert mm->nr_ptes to atomic_long_t
` [PATCHv5 04/11] mm: introduce api for split page table lock for PMD level
` [PATCHv5 05/11] mm, thp: change pmd_trans_huge_lock() to return taken lock
` [PATCHv5 06/11] mm, thp: move ptl taking inside page_check_address_pmd()
` [PATCHv5 07/11] mm, thp: do not access mm->pmd_huge_pte directly
` [PATCHv5 08/11] mm, hugetlb: convert hugetlbfs to use split pmd lock
` [PATCHv5 09/11] mm: convent the rest to new page table lock api
` [PATCHv5 10/11] mm: implement split page table lock for PMD level
` [PATCHv5 11/11] x86, mm: enable "
[PATCH 0/3] thermal: bcm281xx: Add thermal driver
2013-10-07 16:12 UTC (8+ messages)
` [PATCH 1/3] "
[RFC PATCH 00/50] tools/perf: Speed up the build system
2013-10-07 16:07 UTC (58+ messages)
` [PATCH 01/50] tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
` [PATCH 02/50] tools/perf/build: Add feature check core code
` [PATCH 03/50] tools/perf/build: Add 'autodep' functionality, generate feature test dependencies automatically
` [PATCH 04/50] tools/perf/build: Split out feature check: 'libnuma'
` [PATCH 05/50] tools/perf/build: Split out feature check: 'stackprotector-all'
` [PATCH 06/50] tools/perf/build: Split out feature check: 'stackprotector'
` [PATCH 07/50] tools/perf/build: Split out feature check: 'volatile-register-var'
` [PATCH 08/50] tools/perf/build: Split out feature check: 'fortify-source'
` [PATCH 09/50] tools/perf/build: Split out feature check: 'bionic'
` [PATCH 10/50] tools/perf/build: Clean up the libelf logic in config/Makefile
` [PATCH 11/50] tools/perf/build: Split out feature check: 'libelf'
` [PATCH 12/50] tools/perf/build: Split out feature check: 'glibc'
` [PATCH 13/50] tools/perf/build: Split out feature check: 'dwarf'
` [PATCH 14/50] tools/perf/build: Clean up the mmap logic in config/Makefile
` [PATCH 15/50] tools/perf/build: Split out feature check: 'libelf-mmap'
` [PATCH 16/50] tools/perf/build: Split out feature check: 'libelf-getphdrnum'
` [PATCH 17/50] tools/perf/build: Clean up the libunwind logic in config/Makefile
` [PATCH 18/50] tools/perf/build: Split out feature check: 'libunwind'
` [PATCH 19/50] tools/perf/build: Split out feature check: 'libaudit'
` [PATCH 20/50] tools/perf/build: Split out feature check: 'libslang'
` [PATCH 21/50] tools/perf/build: Split out feature check: 'gtk2'
` [PATCH 22/50] tools/perf/build: Split out feature check: 'gtk2-infobar'
` [PATCH 23/50] tools/perf/build: Split out feature check: 'libperl'
` [PATCH 24/50] tools/perf/build: Split out feature check: 'libpython'
` [PATCH 25/50] tools/perf/build: Split out feature check: 'libpython-version'
` [PATCH 26/50] tools/perf/build: Split out feature check: 'libbfd'
` [PATCH 27/50] tools/perf/build: Split out feature check: 'on-exit'
` [PATCH 28/50] tools/perf/build: Split out feature check: 'backtrace'
` [PATCH 29/50] tools/perf: Clean up util/include/linux/compiler.h
` [PATCH 30/50] tools/perf: Turn strlcpy() into a __weak function
` [PATCH 31/50] tools/perf/build: Speed up auto-detection of features by adding a 'test-all' target
` [PATCH 32/50] tools/perf/build: Speed up git-version test on re-make
` [PATCH 33/50] tools/perf/build: Speed up the final link
` [PATCH 34/50] tools/perf: Fix double/triple-build of the feature detection logic during 'make install' et al
` [PATCH 35/50] tools/perf/build: Invoke feature-checks 'clean' target from the main Makefile
` [PATCH 36/50] tools/perf/build: Speed up auto-detection
` [PATCH 37/50] tools/perf/build: Improve printout-of auto-detected features
` [PATCH 38/50] tools/perf/build: Automatically build in parallel, based on number of CPUs in the system
` [PATCH 39/50] tools/perf/build: Flip Makefile.parallel and Makefile.perf
` [PATCH 40/50] tools/perf/build: Standardize the various messages output by parallel make
` [PATCH 41/50] tools/perf/build: Split out feature checks: 'liberty', 'liberty-z', 'cplus-demangle'
` [PATCH 42/50] tools/perf/build: Remove unused config/feature-tests.mak
` [PATCH 43/50] tools/perf/build: Clean up various testcases
` [PATCH 44/50] tools/perf/build: Collapse the test-all.c testcase
` [PATCH 45/50] tools/perf/build: Pass through all targets to Makefile.perf
` [PATCH 46/50] tools/perf/build: Make sure autodep feature binaries honor the O= setting
` [PATCH 47/50] tools/perf/build: Exclude MAKEFLAGS from nested invocation
` [PATCH 48/50] tools/perf/build: Fix non-canonical directory names in O=
` [PATCH 49/50] tools/perf/build: Fix O=/some/dir perf.o type of targets
` [PATCH 50/50] tools/perf/build: Harmonize the style of the feature testcases
` [PATCH] tools/perf/build: Pass through LDFLAGS to feature tests
[PATCH 1/1] clk/zynq: Fix possible memory leak
2013-10-07 16:05 UTC (2+ messages)
[tip:perf/core] perf/x86: Clean up cap_user_time* setting
2013-10-07 15:59 UTC (6+ messages)
[PATCH] MIPS: SmartMIPS: Fix build
2013-10-07 15:58 UTC (3+ messages)
Dear user
2013-10-07 13:40 UTC
Introduce support to lazy initialize mostly static keys v2
2013-10-07 15:51 UTC (6+ messages)
` [PATCH net-next v2 3/8] x86/jump_label: expect default_nop if static_key gets enabled on boot-up
` [PATCH] static_key: WARN on usage before jump_label_init was called
[GIT] HID
2013-10-07 15:51 UTC
[PATCH] perf tools: Fix perf_evlist__mmap_read event overflow
2013-10-07 15:48 UTC (2+ messages)
[PATCH v2 0/3] Perf support to SDT markers
2013-10-07 15:47 UTC (2+ messages)
[PATCH v2 0/6] Power Capping Framework and RAPL Driver
2013-10-07 15:46 UTC (5+ messages)
` [PATCH v2 3/6] PowerCap: Added to drivers build
Re:Re: [PATCH] HID: multitouch: Fix GeneralTouch products and add morePIDs
2013-10-07 15:44 UTC
Thoughts on this RCU idle entry/exit patch?
2013-10-07 15:39 UTC
[PATCH 23/26] ib: Convert qib_get_user_pages() to get_user_pages_unlocked()
2013-10-07 15:38 UTC (5+ messages)
[PATCH] frontswap: enable call to invalidate area on swapoff
2013-10-07 15:37 UTC (2+ messages)
[PATCH] mpc85xx_edac: Remove unused function
2013-10-07 15:34 UTC (2+ messages)
[GIT PULL] tile bug fixes for v3.12-rc5
2013-10-07 15:30 UTC
[PATCH v5 0/4] ARM: S3C24XX: add dmaengine based dma-driver
2013-10-07 14:33 UTC (3+ messages)
` [PATCH v5 2/4] dmaengine: add driver for Samsung s3c24xx SoCs
Re:Answer back
2013-10-07 13:57 UTC
[PATCH v7] dmaengine: Add MOXA ART DMA engine driver
2013-10-07 15:12 UTC (7+ messages)
` [PATCH v8] "
` [PATCH v9] "
` [PATCH v10] "
[PATCH 0/63] Basic scheduler support for automatic NUMA balancing V9
2013-10-07 15:12 UTC (19+ messages)
` [PATCH 02/63] mm: numa: Document automatic NUMA balancing sysctls
` [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 07/63] mm: numa: Sanitize task_numa_fault() callsites
` [PATCH 08/63] mm: Close races between THP migration and PMD numa clearing
` [PATCH 09/63] mm: Account for a THP NUMA hinting update as one PTE update
` [PATCH 10/63] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
[RFC PATCH v2 0/1] FPGA subsystem core
2013-10-07 15:07 UTC (17+ messages)
[PATCH] HID: multitouch: Fix GeneralTouch products and add more PIDs
2013-10-07 15:07 UTC (3+ messages)
[tpmdd-devel] [PATCH 09/13] tpm: Pull everything related to sysfs into tpm-sysfs.c
2013-10-07 15:06 UTC (13+ messages)
(no subject)
2013-10-07 7:53 UTC
[GIT PULL] cpuidle ARM: new material for 3.13
2013-10-07 14:51 UTC
[PATCH RESEND 0/1] AHCI: Optimize interrupt processing
2013-10-07 14:44 UTC (11+ messages)
[PATCH] random.c: fix a typo in comments
2013-10-07 14:38 UTC
[PATCH] md: Fix skipping recovery for read-only arrays
2013-10-07 14:25 UTC
[GIT PULL] clocksource: event stream on architected timers and tcb_clksrc misc changes
2013-10-07 14:25 UTC
[PATCH 1/2] smaps: show VM_SOFTDIRTY flag in VmFlags line
2013-10-07 14:15 UTC (3+ messages)
` [PATCH 1/2 v2] "
[PATCH] thermal: offer TI thermal support only when ARCH_OMAP2PLUS is defined
2013-10-07 14:10 UTC (4+ messages)
[RFC] [PATCH 00/19] Non disruptive application core dump infrastructure using task_work_add()
2013-10-07 13:58 UTC (4+ messages)
[PATCH 3/6] ARM: EXYNOS: add Exynos Dual Cluster Support
2013-10-07 14:03 UTC
[PATCH V2] clk: palmas: add clock driver for palmas
2013-10-07 14:23 UTC (2+ messages)
[PATCH 0/1] Possibly fix USB OTG on GTA04 and N900
2013-10-07 13:49 UTC (4+ messages)
` [PATCH 1/1] ARM: dts: omap3: Adapt USB OTG to generic PHY framework
[PATCH v8 06/12] ARM: dts: Add description of System MMU of Exynos SoCs
2013-10-07 13:44 UTC (2+ messages)
[PATCH v2 5/5] kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len
2013-10-07 13:43 UTC (2+ messages)
[PATCH] usbnet: smsc95xx: Add device tree input for MAC address
2013-10-07 13:30 UTC (5+ messages)
[PATCH v6 0/7] Kernel base address randomization
2013-10-07 13:21 UTC (9+ messages)
` [PATCH 6/7] x86, kaslr: report kernel offset on panic
tty^Wrcu/perf lockdep trace
2013-10-07 13:11 UTC (18+ messages)
[PATCH V10 0/2] iio: input: ti_am335x_adc: Add continuous sampling support
2013-10-07 12:50 UTC (4+ messages)
` [PATCH 2/2] iio: "
` Testing ti_am335x_adc continuous mode (WAS: Re: [PATCH 2/2]
[PATCH] kernel/pid.c: check pid whether be NULL in __change_pid()
2013-10-07 12:43 UTC (2+ messages)
[PATCH TRIVIAL v2] net: correct typos in comments
2013-10-07 12:32 UTC
[PATCH] kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()
2013-10-07 12:27 UTC
[PATCH -tip V2] [BUGFIX] perf probe: Fix to find line information for probe list
2013-10-07 12:24 UTC (3+ messages)
[DMA-API] BUG: unable to handle kernel NULL pointer dereference at 0000000000000248
2013-10-07 12:18 UTC (4+ messages)
[PATCH 0/6] Simplify some mps and mrrs setting related code
2013-10-07 12:15 UTC (4+ messages)
` [PATCH 6/6] radeon: Use pcie_get_readrq() and pcie_set_readrq() to simplify code
[PATCH 0/5] gpiolib: convert ACPI GPIO helpers to gpiod_ interfaces
2013-10-07 12:18 UTC (2+ messages)
[PATCH] of/of_reserved_mem.c: fix typo
2013-10-04 17:46 UTC (2+ messages)
[PATCH] of: fix iteration bug over CPU reg properties
2013-10-04 16:40 UTC
[PATCH] of: irq: Pass trigger type in IRQ resource flags
2013-10-04 17:42 UTC (2+ messages)
[PATCH 00/28] Early flattened DT init consolidation
2013-10-04 18:49 UTC (3+ messages)
` [PATCH 23/28] of: introduce common FDT machine related functions
[PATCH v3 0/4] Fix Win8 backlight issue
2013-10-07 12:09 UTC (4+ messages)
` [PATCH v3 2/4] ACPI / video: seperate backlight control and event interface
cifs: Fix inability to write files >2GB to SMB2/3 shares (THIS TIME I GOT IT RIGHT, PROMISE!)
2013-10-07 11:55 UTC (2+ messages)
[PATCH v2 00/12] pwm-backlight: Add GPIO and power supply support
2013-10-07 11:37 UTC (13+ messages)
` [PATCH v2 01/12] pwm-backlight: Improve readability
` [PATCH v2 02/12] pwm-backlight: Refactor backlight power on/off
` [PATCH v2 03/12] pwm-backlight: Track enable state
` [PATCH v2 04/12] pwm-backlight: Add optional enable GPIO
` [PATCH v2 05/12] ARM: OMAP: Initialize PWM backlight enable_gpio field
` [PATCH v2 06/12] ARM: pxa: "
` [PATCH v2 07/12] ARM: SAMSUNG: "
` [PATCH v2 08/12] ARM: shmobile: "
` [PATCH v2 09/12] unicore32: "
` [PATCH v2 10/12] pwm-backlight: Use new "
` [PATCH v2 11/12] pwm-backlight: Add power supply support
` [PATCH v2 12/12] pwm-backlight: Allow backlight to remain disabled on boot
[RFC][PATCH v2] efivars,efi-pstore: Hold off deletion of sysfs entry until the scan is completed
2013-10-07 11:42 UTC (2+ messages)
[x86] BUG: unable to handle kernel paging request at 00740060
2013-10-07 11:32 UTC (4+ messages)
[RFC] perf: mmap2 not covering VM_CLONE regions
2013-10-07 11:32 UTC (13+ messages)
[PATCH mmots] net: static declaration of net_secret_init() follows non-static
2013-10-07 11:16 UTC
[PATCH v2] Input: add driver for Neonode zForce based touchscreens
2013-10-07 11:17 UTC (3+ messages)
[PATCH] regulator: palmas: get regulators node from parent node only
2013-10-07 11:13 UTC (2+ messages)
file_inode() vs f_mapping->host
2013-10-07 11:08 UTC
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