All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-12-08 12:07:40 to 2012-12-08 16:59:55 UTC [more...]

[Bug 51431] New: ext4_mb_generate_buddy self ext4 errors
 2012-12-08 16:59 UTC  (8+ messages)
` [Bug 51431] "

On loading userspace data into particular section of physical memory (ARM)
 2012-12-08 16:59 UTC  (3+ messages)

[PATCH] fixes
 2012-12-08 16:58 UTC  (5+ messages)
` [PATCH 1/4] ARM startup: Ensure CR_A flag is cleared on architectures >= ARMv6
` [PATCH 2/4] ARM omap3: Call common_reset
` [PATCH 3/4] net phylib: Clear BMCR_PDOWN bit
` [PATCH 4/4] net phylib: Call phy_update_status when no link is present

[Qemu-devel] [PATCH] linux-user: correctly align types in thunking code
 2012-12-08 16:55 UTC  (3+ messages)

em28xx: msi Digivox ATSC board id [0db0:8810]
 2012-12-08 16:51 UTC  (30+ messages)

[PATCH 0/3] More Haswell VGA fixes
 2012-12-08 16:41 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: add support for mPHY destination on intel_sbi_{read, write}
` [PATCH 2/3] drm/i915: add lpt_init_pch_refclk

question about drivers/power/88pm860x_charger.c
 2012-12-08 16:37 UTC 

dracut allow-discards, remaining issue
 2012-12-08 16:35 UTC 

Best and fastest way to understand kernel subsystem ?
 2012-12-08 16:31 UTC  (2+ messages)

[PATCH] drivers/video/wm8505fb.c: use devm_ functions
 2012-12-08 16:31 UTC  (4+ messages)

flashcache over md or lvm2?
 2012-12-08 16:29 UTC 

[PATCH, RFC] mkfs.xfs: go into multidisk mode when geometry is on cmdline
 2012-12-08 16:27 UTC  (5+ messages)
  ` [PATCH] xfstests: Ensure cmdline geometry puts mkfs.xfs into multidisk mode

[PATCH] Add no_new_privs
 2012-12-08 16:23 UTC  (3+ messages)
` [PATCH] Add setpriv, a tool to set privileges and such

[PATCH 03/20] ALSA: pxa2xx: remove __dev* attributes
 2012-12-08 16:24 UTC  (3+ messages)

[PATCH 05/25] ASoC: pxa: remove __dev* attributes
 2012-12-08 16:20 UTC  (3+ messages)

Help with corrupt filesystem: __btrfs_free_extent:5236: IO failure
 2012-12-08 16:16 UTC 

[PATCH] drivers/power/88pm860x_battery.c: use devm_request_threaded_irq
 2012-12-08 17:16 UTC  (2+ messages)

Kindly Read the Attached Letter for Claim Instructions
 2012-12-08 16:07 UTC 

[Qemu-devel] [PATCH v2 0/2] soft-float fixes for target-s390x
 2012-12-08 16:08 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] softfloat: Fix uint64_to_float64
` [Qemu-devel] [PATCH 2/2] softfloat: Implement uint64_to_float128

[PATCH rfc] netfilter: two xtables matches
 2012-12-08 16:02 UTC  (8+ messages)
` [PATCH 2/2] netfilter: add xt_bpf xtables match

How to check if systemd is correctly setup
 2012-12-08 16:02 UTC  (2+ messages)

Speed Analysis Util
 2012-12-08 15:58 UTC  (3+ messages)

[Buildroot] [PATCH 2/2] netatalk: Make BerkeleyDB optional for Netatalk
 2012-12-08 15:53 UTC  (2+ messages)
` [Buildroot] [PATCH] netatalk : Fix BerkeleyDB library path

question about drivers/pinctrl/pinctrl-at91.c
 2012-12-08 15:52 UTC  (2+ messages)

[ANNOUNCE] 3.6.9-rt21
 2012-12-09  0:48 UTC  (3+ messages)

[Buildroot] <buildroot@busybox.net>,
 2012-12-08 15:38 UTC 

[PATCH 0/9] em28xx: refactor the frame data processing code
 2012-12-08 15:31 UTC  (10+ messages)
` [PATCH 1/9] em28xx: refactor get_next_buf() and use it for vbi data, too
` [PATCH 2/9] em28xx: use common function for video and vbi buffer completion
` [PATCH 3/9] em28xx: remove obsolete field 'frame' from struct em28xx_buffer
` [PATCH 4/9] em28xx: move field 'pos' from struct em28xx_dmaqueue to "
` [PATCH 5/9] em28xx: refactor VBI data processing code in em28xx_urb_data_copy()
` [PATCH 6/9] em28xx: move caching of pointer to vmalloc memory in videobuf to struct em28xx_buffer
` [PATCH 7/9] em28xx: em28xx_urb_data_copy(): move duplicate code for capture_type=0 and capture_type=2 to a function
` [PATCH 8/9] em28xx: move the em2710/em2750/em28xx specific frame data processing code to a separate function
` [PATCH 9/9] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_video()

[PATCH] Remove two unused variables and two useless calls to kfree
 2012-12-08 15:25 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user: allow to use sudo in guest qemu must have suid/gid bit and root owner/group
 2012-12-08 15:22 UTC 

[Qemu-devel] [PATCH] linux-user: add string type in rtentry struct to be able to pass the device name
 2012-12-08 15:20 UTC 

[Qemu-devel] [PATCH] linux-user: convert /proc/net/route when endianess differs between target and host
 2012-12-08 15:17 UTC 

[Qemu-devel] [PATCH 00/19] OpenPIC refactoring and MSI support
 2012-12-08 15:14 UTC  (22+ messages)
` [Qemu-devel] [PATCH 01/19] openpic: Remove unused code
` [Qemu-devel] [PATCH 02/19] mpic: Unify numbering scheme
` [Qemu-devel] [PATCH 03/19] openpic: update to proper memory api
` [Qemu-devel] [PATCH 04/19] openpic: combine mpic and openpic src handlers
` [Qemu-devel] [PATCH 05/19] openpic: Convert subregions to memory api
` [Qemu-devel] [PATCH 06/19] openpic: combine mpic and openpic irq raise functions
` [Qemu-devel] [PATCH 07/19] openpic: merge mpic and openpic timer handling
` [Qemu-devel] [PATCH 08/19] openpic: combine openpic and mpic reset functions
` [Qemu-devel] [PATCH 09/19] openpic: unify memory api subregions
` [Qemu-devel] [PATCH 10/19] openpic: remove unused type variable
` [Qemu-devel] [PATCH 11/19] openpic: convert simple reg operations to builtin bitops
` [Qemu-devel] [PATCH 12/19] openpic: rename openpic_t to OpenPICState
` [Qemu-devel] [PATCH 13/19] openpic: remove irq_out
` [Qemu-devel] [PATCH 14/19] openpic: convert to qdev
` [Qemu-devel] [PATCH 15/19] openpic: make brr1 model specific
` [Qemu-devel] [PATCH 16/19] openpic: add Shared MSI support
` [Qemu-devel] [PATCH 17/19] PPC: e500: Add "
` [Qemu-devel] [PATCH 18/19] PPC: e500: Declare pci bridge as bridge
` [Qemu-devel] [PATCH 19/19] MSI-X: Fix endianness

[tip:perf/core] perf evsel: Introduce is_group_member method
 2012-12-08 15:11 UTC 

[PATCH 1/4] perf/powerpc: Use uapi/unistd.h to fix build error
 2012-12-08 15:10 UTC  (2+ messages)
` [tip:perf/core] perf powerpc: Use uapi/ unistd.h "

[GIT PULL] UAPI: perf fixes
 2012-12-08 15:08 UTC  (3+ messages)
` [tip:perf/core] tools: Define a Makefile function to do subdir processing
` [tip:perf/core] tools: Honour the O= flag when tool build called from a higher Makefile

[PATCH] Btrfs: make sure fs_info is not null before its field is used in __btrfs_panic
 2012-12-08 15:08 UTC  (3+ messages)

[PATCH][GIT PULL] x86_32: Return actual stack when requesting sp from regs
 2012-12-08 15:07 UTC  (2+ messages)

[PATCH 5/6] perf ui: Always compile browser setup code
 2012-12-08 15:06 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/2] phy: add phy_drivers_register
 2012-12-08 15:05 UTC  (3+ messages)
` [PATCH 2/2] phy: add smsc phy driver support

QA issue with custom recipe
 2012-12-08 15:05 UTC  (3+ messages)

[PATCH 4/6] perf ui: Add ui_progress__finish()
 2012-12-08 15:05 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 3/6] perf ui/gtk: Implement ui_progress functions
 2012-12-08 15:04 UTC  (2+ messages)
` [tip:perf/core] perf ui gtk: "

[PATCH 2/6] perf ui: Introduce generic ui_progress helper
 2012-12-08 15:02 UTC  (2+ messages)
` [tip:perf/core] "

[GIT PULL v2] printk: Make it usable on nohz cpus
 2012-12-08 15:02 UTC  (2+ messages)

[PATCH 1/6] perf ui/tui: Move progress.c under ui/tui directory
 2012-12-08 15:01 UTC  (2+ messages)
` [tip:perf/core] perf ui tui: Move progress.c under ui/ tui directory

B­U­D­G­E­T­-­P­R­L­C­E­D­ ­P­H­A­R­M­A­C­Y­ ­S­T­O­R­E­ ­
 2012-12-08 15:01 UTC 

[PATCHv2 5/5] perf tool: Add basic event modifier sanity check
 2012-12-08 15:00 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

[PATCH 1/3] urcu: avoid "expression result unused" from clang
 2012-12-08 15:00 UTC 

[PATCH 4/5] perf tool: Omit group members from perf_evlist__disable/enable
 2012-12-08 14:59 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

[PATCH 3/5] perf tool: Ensure single disable call per event in record comand
 2012-12-08 14:58 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

[PATCH 2/5] perf tool: Fix 'disabled' attribute config for record command
 2012-12-08 14:57 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

[PATCH 1/5] perf tool: Fix attributes for '{}' defined event groups
 2012-12-08 14:56 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

[PATCH 1/2] perf tools: Cleanup synthesizing mmap events
 2012-12-08 14:55 UTC  (2+ messages)
` [tip:perf/core] perf tools: Use sscanf for parsing /proc/pid/maps

[PATCH 0/4] [GIT PULL][3.8] tracing: Updated patches
 2012-12-08 14:55 UTC  (2+ messages)

mm
 2012-12-08 15:18 UTC  (2+ messages)

[PATCH] perf tools: Add gtk.<command> config option for launching GTK browser
 2012-12-08 14:54 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] perf tools: Fix compile error on NO_NEWT=1 build
 2012-12-08 14:53 UTC  (2+ messages)
` [tip:perf/core] "

[GIT PULL] uprobes: single-step cleanups + reg/unreg fix
 2012-12-08 14:53 UTC  (2+ messages)

[tip:perf/core] perf hists: Initialize all of he-> stat with zeroes
 2012-12-08 14:52 UTC 

[tip:perf/core] perf tools: Stop using 'self' in pstack
 2012-12-08 14:51 UTC 

[PATCH 12/12] perf tests: Check for mkstemp return value in dso-data test
 2012-12-08 14:50 UTC  (2+ messages)
` [tip:perf/core] "

[GIT PULL] UAPI: Disintegrate arch/x86/include/asm
 2012-12-08 14:49 UTC  (2+ messages)

[PATCH 11/12] perf tests: Final cleanup for builtin-test move
 2012-12-08 14:49 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 10/12] perf tests: Move pmu tests into separate object
 2012-12-08 14:48 UTC  (2+ messages)
` [tip:perf/core] "

[RFC/RFT] b43: Load initial firmware file asynchronously
 2012-12-08 14:30 UTC  (3+ messages)

[PATCH 09/12] perf tests: Move test__syscall_open_tp_fields into separate object
 2012-12-08 14:47 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 08/12] perf tests: Move perf_evsel__tp_sched_test into separate object
 2012-12-08 14:46 UTC  (2+ messages)
` [tip:perf/core] "

[GIT PULL] cputime: cleanups
 2012-12-08 14:45 UTC  (2+ messages)

[PATCH 07/12] perf tests: Move perf_evsel__roundtrip_name_test into separate object
 2012-12-08 14:44 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 06/12] perf tests: Move test__rdpmc into separate object
 2012-12-08 14:43 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 0/2] [GIT PULL][v3.7] ring-buffer: Bug fixes
 2012-12-08 14:43 UTC  (2+ messages)

[PATCH 05/12] perf tests: Move test__PERF_RECORD into separate object
 2012-12-08 14:42 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 04/12] perf tests: Move test__basic_mmap into separate object
 2012-12-08 14:41 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 03/12] perf tests: Move test__open_syscall_event_on_all_cpus into separate object
 2012-12-08 14:40 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 02/12] perf tests: Move test__open_syscall_event into separate object
 2012-12-08 14:38 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 01/12] perf tests: Move test__vmlinux_matches_kallsyms into separate object
 2012-12-08 14:37 UTC  (2+ messages)
` [tip:perf/core] "

[GIT PULL rcu/next] One more RCU commit for 3.8
 2012-12-08 14:37 UTC  (2+ messages)
` [context tracking subsystem] "

[PATCH] NFSv4: Check for buffer length in __nfs4_get_acl_uncached
 2012-12-08 14:30 UTC 

[PATCH 0/4] cputime: Cleanups on adjusted cputime code v2
 2012-12-08 14:33 UTC  (3+ messages)
` [GIT PULL] cputime: Cleanups on adjusted cputime code

i915 freakout with latest 3.7 git
 2012-12-08 14:30 UTC  (9+ messages)

[GIT PULL 00/32] perf/core improvements and fixes
 2012-12-08 14:27 UTC  (5+ messages)

[PATCH 1/8] Cleanup Kconfig files
 2012-12-08 14:26 UTC  (2+ messages)

[PATCH] carl9170: fix copy and paste mishap in carl9170_handle_mpdu
 2012-12-08 14:24 UTC 

16C554 (16550 compatiable) UART autoconf failed (8250 driver)
 2012-12-07  7:02 UTC 

beagleboard not booting to SATO interface
 2012-12-08 14:15 UTC 

[PATCH v2 net-next 0/9] tipc: more updates for the v3.8 content
 2012-12-08 14:07 UTC  (3+ messages)
` [PATCH net-next 2/9] tipc: eliminate aggregate sk_receive_queue limit

[PATCH, 3.7-rc7, RESEND] fs: revert commit bbdd6808 to fallocate UAPI
 2012-12-08 14:02 UTC  (13+ messages)

[PATCH] ASoC: atmel-soc: make it buildable on other architectures
 2012-12-08 13:23 UTC  (3+ messages)

[PATCH] drm/i915: don't prevent CPU idle states
 2012-12-08 12:48 UTC 

[i-g-t PATCH] flip_test: fix link error due to missing -lrt
 2012-12-08 13:03 UTC  (2+ messages)

[PATCH] drm/nouveau/therm: force a minimum hysteresis on temperature alarm thresholds
 2012-12-08 13:00 UTC 

[PATCH 1/3] drm/i915: fix hsw_fdi_link_train "retry" code
 2012-12-08 13:00 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: reject modes the LPT FDI receiver can't handle

[PATCH v6] Cypress PS/2 Trackpad driver
 2012-12-08 12:54 UTC  (2+ messages)

[PATCH] rc-core: don't return from store_protocols without releasing device mutex
 2012-12-08 12:50 UTC 

[PATCH] Add option to fsfreeze to call syncfs() prior to freezing
 2012-12-08 12:47 UTC  (4+ messages)

[PATCH] ASoC: atmel-ssc: make it buildable on other architectures
 2012-12-08 12:46 UTC  (3+ messages)

softlockup in xfstests 083
 2012-12-08 12:45 UTC  (3+ messages)

[PATCH] Input: add driver for Cypress APA I2C Trackpad
 2012-12-08 12:42 UTC  (9+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "
  ` [PATCH v3 0/1] "
    ` [PATCH v3 1/1] "

[PATCH] fix GENERIC_PHY match nothing
 2012-12-08 12:38 UTC  (3+ messages)

[PATCH v3 0/5] discontiguous buffer patches
 2012-12-08 12:39 UTC  (11+ messages)
` [PATCH v3 1/5] xfs: use b_maps[] for discontiguous buffers
` [PATCH v3 2/5] xfs: rename bli_format to avoid confusion with bli_formats
` [PATCH v3 3/5] xfs: fix segment in xfs_buf_item_format_segment
` [PATCH v3 4/5] xfs: fix the multi-segment log buffer format
` [PATCH v3 5/5] xfs remove the XFS_TRANS_DEBUG routines

[PATCH] direct-io: allow file systems to do their own waiting for io
 2012-12-08 12:35 UTC  (5+ messages)

[Xenomai] [PATCH] rtcan: Adding device ID for PEAK PCIe card IPEH-003027
 2012-12-08 12:30 UTC  (2+ messages)

[lm-sensors] Driver for Bulldozer
 2012-12-08 12:30 UTC  (2+ messages)

weakness of runnable load tracking?
 2012-12-08 12:20 UTC  (5+ messages)

[RFC v1] PCIe support for the Armada 370 and Armada XP SoCs
 2012-12-08 12:15 UTC  (4+ messages)
` [RFC v1 05/16] arm: plat-orion: introduce orion_{alloc, free}_cpu_win() functions
  ` [RFC v1 05/16] arm: plat-orion: introduce orion_{alloc,free}_cpu_win() functions

[PATCH] Additional compiler optimization options
 2012-12-08 12:13 UTC  (5+ messages)
      ` [PATCH] Expand CPU compiler options

pci_enable_msix() fails with ENOMEM/EINVAL
 2012-12-08 12:14 UTC  (8+ messages)

Question: Multiple board support is broken
 2012-12-08 12:14 UTC  (3+ messages)
` [PATCH] ARM: Do not use definition "machine_arch_type" outside mach-types.h

[PATCH 0/4] sched: fork/exec/wake clean up
 2012-12-08 12:12 UTC  (6+ messages)
` [PATCH 02/10] sched: fix find_idlest_group mess logical

PATCH reduce impact of FIFREEZE on userland processes
 2012-12-08 12:12 UTC  (3+ messages)

[Buildroot] [PATCH v2 0/1] package/crosstool-ng: bumpimg default GCC version to 4.6.3
 2012-12-08 12:09 UTC  (2+ messages)
` [Buildroot] [PATCH] "

Linux IP forwarding performance benchmarks
 2012-12-08 12:01 UTC 

[RESEND PATCH v4 0/3] x86, apicv: Add APIC virtualization support
 2012-12-08 12:04 UTC  (4+ messages)
` [RESEND PATCH v4 1/3] x86, apicv: add APICv register "
` [RESEND PATCH v4 2/3] x86, apicv: add virtual interrupt delivery support
` [RESEND PATCH v4 3/3] x86, apicv: add virtual x2apic support

[PATCH 0/5] refactor the preallocation and hole punching code
 2012-12-08 12:08 UTC  (4+ messages)
` [PATCH 2/5] xfs: always take the iolock around xfs_setattr_size
` [PATCH 4/5] xfs: simplify the fallocate path
` [PATCH 5/5] xfs: fold xfs_change_file_space into xfs_ioc_space


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.