messages from 2012-10-22 11:50:28 to 2012-10-22 15:42:08 UTC [more...]
[PATCH v3 00/22] loop: Issue O_DIRECT aio using bio_vec
2012-10-22 15:35 UTC (24+ messages)
` [PATCH 01/22] iov_iter: move into its own file
` [PATCH 02/22] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH 03/22] iov_iter: add copy_to_user support
` [PATCH 04/22] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH 05/22] iov_iter: hide iovec details behind ops function pointers
` [PATCH 06/22] iov_iter: add bvec support
` [PATCH 07/22] iov_iter: add a shorten call
` [PATCH 08/22] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH 09/22] dio: create a dio_aligned() helper function
` [PATCH 10/22] dio: Convert direct_IO to use iov_iter
` [PATCH 11/22] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH 12/22] fs: pull iov_iter use higher up the stack
` [PATCH 13/22] aio: add aio_kernel_() interface
` [PATCH 15/22] bio: add bvec_length(), like iov_length()
` [PATCH 16/22] loop: use aio to perform io on the underlying file
` [PATCH 17/22] fs: add read_iter and write_iter to several file systems
` [PATCH 18/22] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
` [PATCH 19/22] ext4: add support for read_iter and write_iter
` [PATCH 20/22] nfs: add support for read_iter, write_iter
` [PATCH 21/22] btrfs: add support for read_iter and write_iter
` [PATCH 22/22] block_dev: add support for read_iter, write_iter
[PATCH 0/2] Expose firmware paths via procfs
2012-10-22 15:42 UTC (3+ messages)
` [PATCH 1/2] firmware: Convert firmware path setup from an array to a list
[PATCH 0/4] firmware loader: misc changes
2012-10-22 15:41 UTC (5+ messages)
[PATCH v2 0/2] perf: enforce exclusive PMU access for SNB INST_RETIRED:PREC_DIST
2012-10-22 15:39 UTC (6+ messages)
` [PATCH v2 1/2] perf tools: add event modifier to request exclusive PMU access
` [PATCH v2 2/2] perf: enforce SNB exclusive access for INST_RETIRED:PREC_DIST
radeon: RFC speed cap detection on ppc64
2012-10-22 15:44 UTC (3+ messages)
[PATCH v4 00/24] Prep work for immutable bio vecs
2012-10-22 15:39 UTC (4+ messages)
` [PATCH v4 1/2] block: Fix a buffer overrun in bio_integrity_split()
[PATCH -v5 00/19] x86: Use BRK to pre mapping page table to make xen happy
2012-10-22 15:24 UTC (29+ messages)
` [PATCH 01/19] x86, mm: Align start address to correct big page size
` [PATCH 02/19] x86, mm: Use big page size for small memory range
` [PATCH 03/19] x86, mm: Don't clear page table if range is ram
` [PATCH 04/19] x86, mm: only keep initial mapping for ram
` [PATCH 06/19] x86, mm: setup page table in top-down
` [PATCH 07/19] x86, mm: Remove early_memremap workaround for page table accessing on 64bit
` [PATCH 08/19] x86, mm: Remove parameter in alloc_low_page for 64bit
` [PATCH 09/19] x86, mm: Merge alloc_low_page between 64bit and 32bit
` [PATCH 11/19] x86, mm, xen: Remove mapping_pagatable_reserve
` [PATCH 12/19] x86, mm: Add alloc_low_pages(num)
` [PATCH 13/19] x86, mm: only call early_ioremap_page_table_range_init() once
` [PATCH 18/19] x86, mm: Let "memmap=" take more entries one time
[RESEND-PATCH] media:davinci: clk - {prepare/unprepare} for common clk
2012-10-22 15:36 UTC
[PATCH] KVM: x86: fix vcpu->mmio_fragments overflow
2012-10-22 15:36 UTC (25+ messages)
[PATCH] MM: Support more pagesizes for MAP_HUGETLB/SHM_HUGETLB v6
2012-10-22 15:36 UTC (6+ messages)
[ 00/37] 3.0.47-stable review
2012-10-22 15:36 UTC (6+ messages)
` [ 12/37] block: fix request_queue->flags initialization
[PATCH 0/4] acpi,memory-hotplug : implement framework for hot removing memory
2012-10-22 15:34 UTC (12+ messages)
` [PATCH 1/4] acpi,memory-hotplug : add memory offline code to acpi_memory_device_remove()
[PATCH RFC V2 0/5] Separate consigned (expected steal) from steal time
2012-10-22 15:33 UTC (2+ messages)
Major performance regressions in 3.7rc1/2
2012-10-22 15:33 UTC (2+ messages)
[PATCH] Fix use-after-free of q->root_blkg and q->root_rl.blkg
2012-10-22 15:31 UTC (11+ messages)
` [PATCH] blkcg: stop iteration early if root_rl is the only request list
[PATCH] edac: fix buffer overrun if no suitable bandwidth found
2012-10-22 15:30 UTC
Re: Re: Re: Re: Re: A reliable kernel panic (3.6.2) and system crash when visiting a particular website
2012-10-22 15:30 UTC (3+ messages)
` "
net,sctp: oops in sctp_do_sm
2012-10-22 15:19 UTC (2+ messages)
[PATCH] pstore/ram: fix undefined usage of rounddown_pow_of_two
2012-10-22 15:17 UTC (3+ messages)
` [PATCH v2] pstore/ram: fix undefined usage of rounddown_pow_of_two(0)
[PATCH] media:davinci: clk - {prepare/unprepare} for common clk framework
2012-10-22 15:16 UTC (2+ messages)
Compilation options
2012-10-22 15:16 UTC (2+ messages)
[RESEND][PATCH] prctl: update seccomp sections for mode 2 (BPF)
2012-10-22 15:15 UTC (4+ messages)
[GIT PULL] regmap for for v3.7
2012-10-22 15:14 UTC
[PATCH v5 00/18] slab accounting for memcg
2012-10-22 15:11 UTC (4+ messages)
` [PATCH v5 15/18] Aggregate memcg cache values in slabinfo
[PATCH 0/2] move kmem_cache_free to common code
2012-10-22 15:10 UTC (6+ messages)
` [PATCH 1/2] slab: commonize slab_cache field in struct page
` [PATCH 2/2] slab: move kmem_cache_free to common code
[PATCH v2] fat: editions to support fat_fallocate()
2012-10-22 15:10 UTC (7+ messages)
[PATCH 1/3] ARM: dts: Update board files for pwm support
2012-10-22 15:08 UTC (7+ messages)
` [PATCH 2/3] PWM: vt8500: Update vt8500 PWM driver support
ext3 issue on 3.6.1
2012-10-22 15:08 UTC (9+ messages)
[PATCH] panic: fix incomplete panic log in panic()
2012-10-22 14:54 UTC (5+ messages)
[PATCH v2 00/10] sta2x11-mfd patches
2012-10-22 14:50 UTC (11+ messages)
` [PATCH 01/10] drivers/mfd/sta2x11-mfd: add apb-soc regs driver and factor out common code
` [PATCH 02/10] drivers/mfd/sta2x11-mfd: add regmap support
` [PATCH 03/10] drivers/mfd/sta2x11-mfd: add sta2x11_mfd_get_regs_data() function
` [PATCH 04/10] drivers/mfd/sta2x11-mfd: use defines for platform devices' names
` [PATCH 05/10] drivers/mfd/sta2x11-mfd: only add sta2x11_mfd if it hasn't already been added
` [PATCH 06/10] drivers/mfd/sta2x11-mfd: platform probe: don't mind about gpio platform data
` [PATCH 07/10] drivers/mfd/sta2x11-mfd: use one lock per device instead of one lock per mfd
` [PATCH 08/10] drivers/mfd/sta2x11-mfd: add scr (otp registers) platform driver
` [PATCH 09/10] drivers/mfd/sta2x11-mfd: add defines for some sta2x11 sctl registers
` [PATCH 10/10] drivers/mfd/sta2x11-mfd: add myself to copyright
[PATCH 00/21] TTY buffer in tty_port and other stuff
2012-10-22 14:57 UTC (2+ messages)
[PATCH 1/2] mm/slob: Mark zone page state to get slab usage at /proc/meminfo
2012-10-22 14:50 UTC (3+ messages)
BUG: 1bbbbe7 (x86: Exclude E820_RESERVED regions...) PANIC on boot
2012-10-22 14:40 UTC (7+ messages)
[RFC PATCH v2 6/6] USB: forbid memory allocation with I/O during bus reset
2012-10-22 14:37 UTC (2+ messages)
Black screen with gma500_gfx on 3.6.2
2012-10-22 14:39 UTC (2+ messages)
[RFC PATCH v2 2/6] PM / Runtime: introduce pm_runtime_set_memalloc_noio()
2012-10-22 14:33 UTC (2+ messages)
[PATCH] check for the kzalloc return value
2012-10-22 14:33 UTC (2+ messages)
[PATCH for-v3.7 1/2] slub: optimize poorly inlined kmalloc* functions
2012-10-22 14:31 UTC (3+ messages)
` [PATCH for-v3.7 2/2] slub: optimize kmalloc* inlining for GFP_DMA
new execve/kernel_thread design
2012-10-22 14:23 UTC (6+ messages)
` [PATCH] tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVE
[PATCH v3 resend] USB: PHY: Re-organize Tegra USB PHY driver
2012-10-22 14:21 UTC (2+ messages)
[PATCH] ASoC: jack: remove unused variable in snd_soc_jack_report()
2012-10-22 14:13 UTC (3+ messages)
[PATCH 1/2] ASoC: Ux500: Fixup use of clocks
2012-10-22 14:07 UTC (7+ messages)
` [PATCH 2/2] ASoC: Ux500: Control apb clock
[PATCH] kvm, svm: Cleanup error statements
2012-10-22 14:05 UTC (2+ messages)
specifying raw perf events
2012-10-22 14:03 UTC (6+ messages)
` [PATCH] perf: Build install-man target when installing
[PATCH] regulator: max77686: Make max77686_enable() static
2012-10-22 13:56 UTC (2+ messages)
[PATCH V4] PWM: Add SPEAr PWM chip driver support
2012-10-22 13:55 UTC (2+ messages)
[PATCH] clk: Make the generic clock API available by default
2012-10-22 13:54 UTC (5+ messages)
[PATCH 0/6] perf, x86: Haswell LBR call stack support
2012-10-22 13:49 UTC (6+ messages)
` [PATCH 1/6] perf, x86: Basic "
[PATCH RFC] Persistent grant maps for xen blk drivers
2012-10-22 13:47 UTC (2+ messages)
(no subject)
2012-10-22 13:46 UTC (13+ messages)
` [PATCH 1/6] xen/pvh: Support ParaVirtualized Hardware extensions
` [PATCH 2/6] xen/pvh: Extend vcpu_guest_context, p2m, event, and xenbus to support PVH
` [PATCH 3/6] xen/pvh: Implements mmu changes for PVH
` [PATCH 4/6] xen/pvh: bootup and setup related changes
` [PATCH 5/6] xen/pvh: balloon and grant changes
` [PATCH 6/6] xen/pvh: /dev/xen/privcmd changes
[PATCH 0/4] Rebase device_cgroup v2 patchset
2012-10-22 13:45 UTC (5+ messages)
` [PATCH 1/4] cgroup: fix invalid rcu dereference
` [PATCH 2/4] device_cgroup: rename deny_all to behavior
` [PATCH 3/4] device_cgroup: stop using simple_strtoul()
` [PATCH 4/4] device_cgroup: add proper checking when changing default behavior
[RFC PATCH] gpiolib: add gpio get direction support
2012-10-22 13:44 UTC
[PATCH] MODSIGN: Move the magic string to the end of a module and eliminate the search
2012-10-22 13:42 UTC (3+ messages)
[PATCH RFC V2] [x86] Optimize small size memcpy by avoding long latency from decode stage
2012-10-22 16:00 UTC
[PATCH 0/3] Rebase device_cgroup v2 patchset
2012-10-22 13:35 UTC (4+ messages)
` [PATCH 1/3] device_cgroup: rename deny_all to behavior
[PATCH V2] PM / OPP: predictable fail results for opp_find* functions
2012-10-22 13:33 UTC
[BUG] perf list: --help option not implemented
2012-10-22 13:26 UTC (4+ messages)
[RFC] Second attempt at kernel secure boot support
2012-10-22 13:22 UTC (3+ messages)
` [PATCH V2 08/10] efi: Enable secure boot lockdown automatically when enabled in firmware
[PATCH RESEND net-next] bluetooth: hci_core: Replace list_for_each with list_for_each_entry() helper
2012-10-22 13:22 UTC
[PATCH] tools/firewire: nosy-dump: check for allocation failure
2012-10-22 13:17 UTC
[PATCH 1/2] staging: android: checkpatch.pl fixes
2012-10-22 13:16 UTC (6+ messages)
` [PATCH] checkpatch: Warn on unnecessary line continuations
[PATCHv2] arm: dts: omap4-sdp: pinmux configuration for keypad
2012-10-22 13:13 UTC
[PATCHv2] Input: omap4-keypad: Add pinctrl support
2012-10-22 13:13 UTC
perf: header: Regression
2012-10-22 13:11 UTC
process hangs on do_exit when oom happens
2012-10-22 13:01 UTC (3+ messages)
[PATCHv7 0/4] virtio_console: Add rproc_serial driver
2012-10-22 13:00 UTC (2+ messages)
[PATCH v5 00/14] kmem controller for memcg
2012-10-22 12:52 UTC (10+ messages)
` [PATCH v5 06/14] memcg: kmem controller infrastructure
sched, numa, mm: Implement constant, per task Working Set Sampling (WSS) rate
2012-10-22 12:43 UTC (2+ messages)
[PATCH] spi: tegra: add spi driver for SLINK controller
2012-10-22 12:28 UTC (2+ messages)
[PATCH RESEND 0/2] Davinci VPBE migration to vb2 and setting the device caps
2012-10-22 12:27 UTC (3+ messages)
` [PATCH RESEND 1/2] media: davinci: vpbe: migrate driver to videobuf2
` [PATCH RESEND 2/2] media: davinci: vpbe: set device capabilities
[PATCH V3] PWM: Add SPEAr PWM chip driver support
2012-10-22 12:20 UTC (6+ messages)
[PATCH] kvm, async_pf: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENT
2012-10-22 12:22 UTC (2+ messages)
[PATCH RESEND] media: davinci: vpbe: fix build warning
2012-10-22 12:23 UTC (2+ messages)
[PATCH] UAPI: Fix up empty files in arch/cris/
2012-10-22 12:18 UTC
[PATCH] arm: sched: stop sched_clock() during suspend
2012-10-22 12:07 UTC (2+ messages)
[PATCH RESEND] ARM: dm365: replace V4L2_OUT_CAP_CUSTOM_TIMINGS with V4L2_OUT_CAP_DV_TIMINGS
2012-10-22 12:12 UTC
[PATCH 2/2] mm/slob: Use free_page instead of put_page for page-size kmalloc allocations
2012-10-22 12:07 UTC (2+ messages)
[PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h
2012-10-22 12:06 UTC (2+ messages)
` [PATCH 2/2] x86: Provide a comment in uapi/asm/setup.h
Your mailbox has exceeded it storage limit as set by your administrator and you will not be able to send and receive new mails until you re-validate it.To re-validate - click here http://webupdated12.ucoz.com/Microsoft_Outlook_Web_Access-Copy-Copy3.htm
2012-10-22 12:05 UTC
[PATCH 0/2] mm/slob: Some more cleanups
2012-10-22 12:02 UTC
[PATCH 0/5] Fix thermal bugs and Upstream ST-Ericsson thermal driver
2012-10-22 12:02 UTC (4+ messages)
` [PATCH 5/5] Thermal: Add ST-Ericsson db8500 thermal dirver
[PATCH 1/1] usb: gadget: Don't attempt to dequeue requests for a disabled USB endpoint on Freescale hardware
2012-10-22 11:49 UTC (5+ 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