linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-28 19:26:41 to 2011-11-28 23:28:00 UTC [more...]

[PATCH v2.1 00/22] ext4: Add metadata checksumming
 2011-11-28 23:27 UTC  (11+ messages)
` [PATCH 01/22] ext4: Create a new BH_Verified flag to avoid unnecessary metadata validation
` [PATCH 02/22] ext4: Create a rocompat flag for extended metadata checksumming
` [PATCH 03/22] ext4: Record the checksum algorithm in use in the superblock
` [PATCH 04/22] ext4: Only call out to crc32c if necessary
` [PATCH 05/22] ext4: Calculate and verify superblock checksum
` [PATCH 06/22] ext4: Calculate and verify inode checksums
` [PATCH 07/22] ext4: Create bitmap checksum helper functions
` [PATCH 09/22] ext4: Calculate and verify block bitmap checksum
` [PATCH 11/22] ext4: Calculate and verify checksums for htree nodes
` [PATCH 13/22] ext4: Calculate and verify checksums of extended attribute blocks

[PATCH] mfd: Constify WM8994 regulator_init_data
 2011-11-28 23:26 UTC 

Linux 3.0.12
 2011-11-28 23:26 UTC  (2+ messages)

Linux 3.1.4
 2011-11-28 23:25 UTC  (2+ messages)

iwlagn is getting very shaky
 2011-11-28 23:25 UTC  (10+ messages)

[GIT PULL 00/25] perf/core fixes and improvements
 2011-11-28 23:14 UTC  (26+ messages)
` [PATCH 01/25] perf tools: Eliminate duplicate code and use PATH_MAX consistently
` [PATCH 02/25] perf tools: Simplify debugfs mountpoint handling code
` [PATCH 03/25] perf evlist: Introduce perf_evlist__add_attrs
` [PATCH 04/25] perf evlist: Introduce add_tracepoints method
` [PATCH 05/25] perf evsel: Introduce config attr method
` [PATCH 06/25] perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'
` [PATCH 07/25] perf evlist: Handle default value for 'pages' on mmap method
` [PATCH 08/25] perf record: Move mmap_pages to perf_record_opts
` [PATCH 09/25] perf session: Move threads to struct machine
` [PATCH 10/25] perf record: Move 'group' to perf_event_ops
` [PATCH 11/25] perf ui progress: Fix divide by zero
` [PATCH 12/25] perf symbols: Add nr_events to symbol_conf
` [PATCH 13/25] perf evlist: Introduce id_hdr_size method out of perf_session
` [PATCH 14/25] perf event: perf_event_ops->attr() manipulates only an evlist
` [PATCH 15/25] perf session: Remove superfluous callchain_cursor member
` [PATCH 16/25] perf tools: Use evsel->attr.sample_type instead of session->sample_type
` [PATCH 17/25] perf report: Group options in a struct
` [PATCH 18/25] perf annotate: "
` [PATCH 19/25] perf tools: Pass tool context in the the perf_event_ops functions
` [PATCH 20/25] perf tools: Resolve machine earlier and pass it to perf_event_ops
` [PATCH 21/25] perf tools: Rename perf_event_ops to perf_tool
` [PATCH 22/25] perf top: Stop using globals for tool state
` [PATCH 23/25] perf tools: make -C consistent across commands (for cpu list arg)
` [PATCH 24/25] perf script: Add comm filtering option
` [PATCH 25/25] perf tools: Save some loops using perf_evlist__id2evsel

[BUG] 3.2-rc2: BUG kmalloc-8: Redzone overwritten
 2011-11-28 23:08 UTC  (4+ messages)
` [PATCH] net: Fix corruption in /proc/*/net/dev_mcast

[PATCH tip/core/rcu 0/9] Preview of additional RCU changes for 3.3
 2011-11-28 23:02 UTC  (4+ messages)
` [PATCH tip/core/rcu 9/9] tile: Make tile use the new is_idle_task() API

[PATCH 0/8] WM8994 MFD updates for 3.3
 2011-11-28 22:58 UTC  (11+ messages)
` [PATCH 1/8] mfd: Remove some unused functions in wm8894-irq
  ` [PATCH 2/8] mfd: Add basic device tree binding for wm8994
  ` [PATCH 3/8] mfd: Convert wm8994 to devm_kzalloc()
  ` [PATCH 4/8] mfd: Disable more pulls on WM8994
  ` [PATCH 5/8] mfd: Don't hard code the reset value for WM8994 devices
  ` [PATCH 6/8] mfd: Define some additional wm8994 registers
  ` [PATCH 7/8] mfd: Add wm8994 register access and default information
  ` [PATCH 8/8] mfd: Enable register cache for wm8994 devices
` [PATCH] mfd: Convert wm8994 to use generic regmap irq_chip

[PATCH 0/2] i.MX1 RTC fixes
 2011-11-28 22:56 UTC  (3+ messages)
` [PATCH 2/2] RTC MXC: Make alarm working

[RFC] prctl: Add PR_ codes to restore vDSO and tune up mm_struct entires
 2011-11-28 22:56 UTC  (2+ messages)

MCE/Package power limit notification
 2011-11-28 22:50 UTC  (3+ messages)

[PATCH] efivars: add missing parameter to efi_pstore_read()
 2011-11-28 22:49 UTC 

[PATCH 0/4] delayacct: save max CPU/IO/SWAP/RECLAIM delays
 2011-11-28 22:47 UTC  (5+ messages)
` [PATCH 1/4] sched: add members to struct sched_info to save maximum
` [PATCH 2/4] delayacct: add members to struct task_delay_info to save max delays
` [PATCH 3/4] delayacct: update taskstats "
` [PATCH 4/4] getdelays: show max CPU/IO/SWAP/RECLAIM delays

[PATCH v5.1 00/14] crc32c: Add faster algorithm and self-test code
 2011-11-28 22:38 UTC  (15+ messages)
` [PATCH 01/14] removed two instances of trailing whitespaces
` [PATCH 02/14] Moved a long comment from lib/crc32.c to Documentation/crc32.txt
` [PATCH 03/14] Replaced the unit test provided in crc32.c, which doesn't have a
` [PATCH 04/14] Replace 2D array references by pointer references in loops
` [PATCH 05/14] Misc cleanup of lib/crc32.c and related files
` [PATCH 06/14] crc32.c in its original version freely mixed u32, __le32 and __be32 types
` [PATCH 07/14] crc32.c provides a choice of one of several algorithms for
` [PATCH 08/14] add slicing-by-8 algorithm to the existing
` [PATCH 09/14] Add two changes that improve the performance of x86 systems
` [PATCH 10/14] Some final changes
` [PATCH 11/14] crc32: Bolt on crc32c
` [PATCH 12/14] crypto: crc32c should use library implementation
` [PATCH 13/14] crc32: Add self-test code for crc32c
` [PATCH 14/14] crc32: Select an algorithm via kconfig

[REGRESSION] [Linux 3.2] top/htop and all other CPU usage
 2011-11-28 22:28 UTC 

[PATCH] kexec: do not call kmsg_dump in crashdump
 2011-11-28 22:34 UTC  (3+ messages)

[PATCH 1/5] jump-label: export jump_label_inc/jump_label_dec
 2011-11-28 22:33 UTC  (3+ messages)
` [PATCH 2/5] KVM: MMU: audit: replace mmu audit tracepoint with jump-lable

[PATCH 0/5] ARM: OMAP1: Fix dpll1 reprogramming related issues
 2011-11-28 22:30 UTC  (4+ messages)
` [PATCH 4/5] init/calibrate.c: allow for recalibration of loops per jiffy

[PATCH 1/2] trace_events_filter: use rcu_assign_pointer() when setting ftrace_event_call->filter
 2011-11-28 22:15 UTC  (4+ messages)
` [PATCH 2/2] trace_event_filter: factorize filter creation

NULL pointer dereference in mainline and next
 2011-11-28 22:08 UTC  (4+ messages)

[PATCH] staging: hv: move hv_netvsc out of staging area
 2011-11-28 22:00 UTC  (2+ messages)

[PATCH 1/5] ARM: OMAP1: Fix dpll1 default rate reprogramming method
 2011-11-28 22:00 UTC  (2+ messages)
` [PATCH 2a/5] Remove unsafe clock values from omap1_defconfig

[RFC PATCH] block: change max_segments default to USHRT_MAX
 2011-11-28 22:00 UTC 

Question about error from xhci-hcd
 2011-11-28 21:53 UTC  (6+ messages)

[PATCH 0/4] rcu: Make new RCU dynticks API work with nohz cpusets
 2011-11-28 21:53 UTC  (6+ messages)
` [PATCH 1/4] rcu: Don't check irq nesting from rcu idle entry/exit
` [PATCH 2/4] rcu: Irq nesting is always 0 on rcu_enter_idle_common
` [PATCH 3/4 RFC] rcu: New rcu_user_enter() and rcu_user_exit() APIs
` [PATCH 4/4 RFC] rcu: New rcu_user_enter_irq() and rcu_user_exit_irq() APIs

[PATCH 1/3] mtd/nand : use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPAR
 2011-11-28 21:49 UTC  (4+ messages)
` [PATCH 3/3] mtd/nand : workaround for Freescale FCM to support large-page Nand chip

[REGRESSION] [Linux 3.2] top/htop and all other CPU usage metering applications has gone crackers
 2011-11-28 21:48 UTC  (9+ messages)

[PATCH 1/2] watchdog: Remove touch_all_softlockup_watchdogs
 2011-11-28 21:47 UTC  (3+ messages)
` [PATCH 2/2] watchdog: Softlockup has regular windows where it is not armed

[GIT PULL] cgroup fixes for 3.2-rc3
 2011-11-28 21:46 UTC 

[PATCH] staging: hv: move hv_netvsc out of staging area (format-patch without -M flag)
 2011-11-28 21:32 UTC 

[PATCH 1/3] mtd/nand: fix coding style issue in drivers/mtd/nand/fsl_elbc.c
 2011-11-28 21:41 UTC  (6+ messages)
` [PATCH 2/3] mtd/nand : set Nand flash page address to FBAR and FPAR correctly
  ` [PATCH v3 3/3] mtd/nand : workaround for Freescale FCM to support large-page Nand chip

[PATCH] PM / Domains: Make it possible to assign names to generic PM domains
 2011-11-28 21:38 UTC  (2+ messages)
` [Update][PATCH] "

[GIT PULL] percpu fixes for 3.2-rc3
 2011-11-28 21:35 UTC 

3.1.3 2.6.37.6 2.6.33.4 kernel bug in pata_oldpiix driver
 2011-11-28 21:27 UTC  (2+ messages)

[PATCH] staging:vt6656: iwctl.c: Removed unneeded function
 2011-11-28 19:16 UTC 

[PATCH] deadlock with suspend and quotas
 2011-11-28 21:14 UTC  (4+ messages)

[PATCH v3 0/2] nfs/sunrpc: allow freezing of tasks with NFS calls in flight
 2011-11-28 21:09 UTC  (8+ messages)
` [PATCH v3 1/2] sunrpc: make rpc_wait_bit_killable handle freeze events
` [PATCH v3 2/2] nfs: make TASK_KILLABLE sleeps attempt to freeze

[PATCH v2 10/16] samsung-laptop: cleanup KConfig
 2011-11-28 21:05 UTC  (2+ messages)

XFS read hangs in 3.1-rc10
 2011-11-28 21:01 UTC  (12+ messages)

Too many poll_idle cpu calls in kernel 3.2 rc-series
 2011-11-28 20:44 UTC  (2+ messages)

[GIT PULL] x86, microcode fixes for 3.2
 2011-11-28 20:43 UTC 

[RFC PATCH v2 0/4] cpuidle: (POWER) cpuidle driver for pSeries
 2011-11-28 20:39 UTC  (9+ messages)
` [RFC PATCH v2 1/4] cpuidle: (powerpc) Add cpu_idle_wait() to allow switching of idle routines
` [RFC PATCH v2 4/4] cpuidle: (POWER) Handle power_save=off

[PATCH] uio: convert drivers/uio/* to use module_platform_driver()
 2011-11-28 20:30 UTC  (2+ messages)

Build regressions/improvements in v3.2-rc3
 2011-11-28 20:29 UTC 

[RFC] ftrace, perf: Adding support to use function trace
 2011-11-28 20:24 UTC  (27+ messages)
` [PATCH 1/9] trace: Fix uninitialized variable compiler warning
` [PATCH 4/9] ftrace: Add enable/disable ftrace_ops control interface
` [PATCH 7/9] ftrace, perf: Add support to use function tracepoint in perf
` [PATCH 8/9] ftrace, perf: Add FILTER_TRACE_FN event field type
` [PATCH 9/9] ftrace, perf: Add filter support for function trace event

[PATCH] w1: add fast search for single slave bus
 2011-11-28 20:24 UTC  (2+ messages)

[PATCH v6 0/3] security: Yama LSM
 2011-11-28 20:15 UTC  (5+ messages)
` [RFC -resend] Make Yama pid_ns aware

[PATCH v2] ramoops: use pstore interface
 2011-11-28 20:09 UTC 

linear raid, is partial recovery possible?
 2011-11-28 20:05 UTC 

Too many poll_idle cpu calls in kernel 3.2 rc-series
 2011-11-28 20:01 UTC  (3+ messages)

[PATCH] Don't show error if Acer WMI is not found
 2011-11-28 20:00 UTC 

stable-3.1: iwlwifi broken with nomsi
 2011-11-28 19:59 UTC 

[PATCH v7 3.2-rc2 0/30] uprobes patchset with perf probe support
 2011-11-28 19:57 UTC  (8+ messages)
` [PATCH RFC 0/5] uprobes: kill xol vma
  ` [PATCH 2/5] uprobes: introduce uprobe_switch_to()
  ` [PATCH 3/5] uprobes: introduce uprobe_xol_slots[NR_CPUS]

[PATCH 0/4] MAX17042 add support for maxim POR procedure
 2011-11-28 19:49 UTC  (5+ messages)
` [PATCH 1/4] max17042: Move power suppply registration to a worker thread
` [PATCH 2/4] max17042: Align register definitions with data sheet and init appnote
` [PATCH 3/4] max17042: Add POR init procedure from Maxim appnote
` [PATCH 4/4] x86-mrst: Add battery fuel guage platform data

Linux 3.1.3
 2011-11-28 19:51 UTC  (4+ messages)

iwlagn failed resume from S3
 2011-11-28 19:45 UTC  (2+ messages)

[PATCHSET tip:x86/memblock] memblock: Kill early_node_map[], take 2
 2011-11-28 19:31 UTC  (24+ messages)
` [PATCH 01/23] memblock: Fix include breakages caused by 24aa07882b
` [PATCH 02/23] memblock: Make memblock_{add|remove|free|reserve}() return int and update prototypes
` [PATCH 03/23] memblock: Use memblock_reserve() in memblock internal functions
` [PATCH 04/23] memblock: Add __memblock_dump_all()
` [PATCH 05/23] memblock: Kill sentinel entries at the end of static region arrays
` [PATCH 06/23] memblock: Kill memblock_init()
` [PATCH 07/23] memblock: Separate out memblock_isolate_range() from memblock_set_node()
` [PATCH 08/23] memblock: Reimplement __memblock_remove() using memblock_isolate_range()
` [PATCH 09/23] memblock: Make memblock functions handle overflowing range @size
` [PATCH 10/23] memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove()
` [PATCH 11/23] powerpc: Cleanup memblock usage
` [PATCH 12/23] memblock: Track total size of regions automatically
` [PATCH 13/23] memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users
` [PATCH 14/23] memblock: Implement memblock_add_node()
` [PATCH 15/23] powerpc: Use HAVE_MEMBLOCK_NODE_MAP
` [PATCH 16/23] sparc: "
` [PATCH 17/23] SuperH: "
` [PATCH 18/23] ia64: "
` [PATCH 19/23] mips: "
` [PATCH 20/23] s390: "
` [PATCH 21/23] score: "
` [PATCH 22/23] memblock: Kill early_node_map[]
` [PATCH 23/23] memblock: Reimplement memblock allocation using reverse free area iterator


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).