linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-18 17:57:08 to 2012-01-19 01:14:51 UTC [more...]

[PATCH 1/3] block: add missing block_bio_complete() tracepoint
 2012-01-19  1:14 UTC  (5+ messages)
` [PATCH 2/3] block: prevent duplicated bio completion report

[PATCHSET] blkcg: kill policy node and blkg->dev
 2012-01-19  1:11 UTC  (13+ messages)
` [PATCH 01/12] blkcg: obtaining blkg should be enclosed inside rcu_read_lock()
` [PATCH 02/12] cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHED
` [PATCH 03/12] elevator: clear auxiliary data earlier during elevator switch
` [PATCH 04/12] elevator: make elevator_init_fn() return 0/-errno
` [PATCH 05/12] blkcg: update blkg get functions take blkio_cgroup as parameter
` [PATCH 06/12] blkcg: use q and plid instead of opaque void * for blkio_group association
` [PATCH 07/12] blkcg: add blkio_policy[] array and allow one policy per policy ID
` [PATCH 08/12] blkcg: use the usual get blkg path for root blkio_group
` [PATCH 09/12] blkcg: factor out blkio_group creation
` [PATCH 10/12] blkcg: don't allow or retain configuration of missing devices
` [PATCH 11/12] blkcg: kill blkio_policy_node
` [PATCH 12/12] blkcg: kill the mind-bending blkg->dev

[PATCH] dma-buf: Use EXPORT_SYMBOL
 2012-01-19  1:11 UTC  (7+ messages)

[PATCH] pch_phub: add message to notify installing pch_phub
 2012-01-19  1:07 UTC 

[RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF
 2012-01-19  1:06 UTC  (57+ messages)
                      ` Compat 32-bit syscall entry from 64-bit task!? [was: Re: [RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF]
                                    ` Compat 32-bit syscall entry from 64-bit task!?

[PATCH 1/3] serial: 8250: Remove trailing space in 8250 driver
 2012-01-19  0:58 UTC  (17+ messages)
` [PATCH 3/3] serial: 8250: Add a wakeup_capable module param
  ` [PATCH 1/2] power: Add function to init wakeup capability without enabling
    ` [PATCH 2/2] serial: Use device_init_wakeup_flag() to make device wakeup-capable

[PATCH v10 0/2] security: Yama LSM
 2012-01-19  0:55 UTC  (4+ messages)

[3.1.6] Deadlock upon recursive call_usermodehelper_exec()
 2012-01-19  0:45 UTC  (4+ messages)
` [PATCH] kmod: Avoid deadlock by recursive kmod call
  ` [PATCH v2] "
      ` [PATCH v3] "

linux-next: build failure after merge of the cifs tree
 2012-01-19  0:31 UTC  (2+ messages)

[PATCH] dmatest: fix merge error resulting in incorrect count handling
 2012-01-19  0:21 UTC 

[PATCH v4 0/4] Support for the TS-5500 platform
 2012-01-18 23:52 UTC  (5+ messages)
` [PATCH v4 1/4] x86/platform: (TS-5500) add platform base support
` [PATCH v4 2/4] x86/platform: (TS-5500) add GPIO support
` [PATCH v4 3/4] x86/platform: (TS-5500) add LED support
` [PATCH v4 4/4] x86/platform: (TS-5500) add ADC support

+ crc32-move-long-comment-about-crc32-fundamentals-to-documentation.patch added to -mm tree
 2012-01-19  0:02 UTC 

linux-next: build warning in Linus' tree
 2012-01-18 23:47 UTC  (2+ messages)

[PATCH] net: ftgmac100/ftmac100: add missing interrupt.h include
 2012-01-18 23:45 UTC 

[RFC 0/3] low memory notify
 2012-01-18 23:34 UTC  (11+ messages)
` [RFC 1/3] /dev/low_mem_notify

Netfilter: New target: RLOG
 2012-01-18 22:43 UTC  (6+ messages)
` [PATCH 1/5] ring_buffer: Export for_each_buffer_cpu()
` [PATCH 2/5] xt_log: Make printk() in sb_close() optional
` [PATCH 3/5] nf_log: Export dump_packet() and dump_mac_header() functions
` [PATCH 4/5] netfilter: Implement xt_RLOG
` [PATCH 5/5] xt_RLOG: add userspace-components

linux-next: build failure after merge of the origin tree
 2012-01-18 23:31 UTC 

[RFC] syscalls, x86: Add __NR_kcmp syscall
 2012-01-18 23:29 UTC  (8+ messages)

[PATCH 1/2] SHM_UNLOCK: fix long unpreemptible section
 2012-01-18 23:26 UTC  (4+ messages)

[PATCH 1/3] mm: add rss counters consistency check
 2012-01-18 23:21 UTC  (6+ messages)
` [PATCH 3/3] mm: adjust rss counters for migration entiries

[PATCH v5] ramoops: use pstore interface
 2012-01-18 23:20 UTC  (7+ messages)

Q: cgroup: Questions about possible issues in cgroup locking
 2012-01-18 23:17 UTC  (11+ messages)

linux-next: build warning in Linus' tree
 2012-01-18 23:09 UTC 

[PATCH v5.4 00/13] crc32c: Add faster algorithm and self-test code
 2012-01-18 23:01 UTC  (15+ messages)
` [PATCH 01/13] crc32: removed two instances of trailing whitespaces
` [PATCH 02/13] crc32: Move long comment about crc32 fundamentals to Documentation/
` [PATCH 03/13] crc32: Simplify unit test code
` [PATCH 04/13] crc32: Miscellaneous cleanups
` [PATCH 05/13] crc32: Fix mixing of endian-specific types
` [PATCH 06/13] crc32: Make CRC_*_BITS definition correspond to actual bit counts
` [PATCH 07/13] crc32: Add slice-by-8 algorithm to existing code
` [PATCH 08/13] crc32: Optimize loop counter for x86
` [PATCH 09/13] crc32: Add note about this patchset to crc32.c
` [PATCH 10/13] crc32: Bolt on crc32c
` [PATCH 11/13] crypto: crc32c should use library implementation
` [PATCH 12/13] crc32: Add self-test code for crc32c
` [PATCH 13/13] crc32: Select an algorithm via kconfig

[PATCH] nfsd: Fix oops when parsing a 0 length export
 2012-01-18 22:41 UTC  (5+ messages)
` [patch] nfsd: oopses in cache_parse()
    ` [patch] nfsd: don't allow zero length strings "

[PATCH 1/1] xfs: kill the unused XFS_BB_FSB_OFFSET macro
 2012-01-18 22:36 UTC  (2+ messages)

[PATCH v1] Input: tegra-kbc - enable key interrupt for wakeup
 2012-01-18 22:33 UTC 

[PATCH] PM / Hibernate: Fix s2disk regression related to unlock_system_sleep()
 2012-01-18 22:22 UTC  (14+ messages)
` [Update][PATCH] "

[PATCH] kconfig: untangle EXPERT and EMBEDDED
 2012-01-18 22:13 UTC  (11+ messages)

New Year Payment To Our Beneficiary!!!
 2012-01-18 22:14 UTC 

x86/mce: machine check warning during poweroff
 2012-01-18 22:08 UTC  (12+ messages)

Last Warning Notification
 2012-01-18 20:56 UTC 

[PATCHv5 0/7] ftrace, perf: Adding support to use function trace
 2012-01-18 21:43 UTC  (10+ messages)
` [PATCHv6 "
  ` [PATCH 1/7] ftrace: Change filter/notrace set functions to return exit code
  ` [PATCH 2/7] ftrace: Add enable/disable ftrace_ops control interface
  ` [PATCH 3/7] ftrace, perf: Add open/close tracepoint perf registration actions
  ` [PATCH 4/7] ftrace, perf: Add add/del "
  ` [PATCH 5/7] ftrace, perf: Add support to use function tracepoint in perf
  ` [PATCH 6/7] ftrace, perf: Distinguish ftrace function event field type
  ` [PATCH 7/7] ftrace, perf: Add filter support for function trace event

[PATCH] pch_gbe: Do not abort probe on bad MAC
 2012-01-18 21:41 UTC  (2+ messages)

[PATCH v3] rtc: ds1307: generalise ram size and offset
 2012-01-18 21:41 UTC  (4+ messages)

[PATCH] eCryptfs: infinite loop bug
 2012-01-18 21:40 UTC  (3+ messages)

[PATCH] lis3lv02d: Add STMicroelectronics lis33ldlh digital
 2012-01-18 21:36 UTC  (3+ messages)

[PATCH 1/2] cgroup: revise how we re-populate root directory
 2012-01-18 21:36 UTC  (5+ messages)
` [PATCH 2/2] cgroup: add xattr support

[RFC 06/14] irq_domain/powerpc: Eliminate virq_is_host()
 2012-01-18 21:25 UTC  (4+ messages)
` [RFC 0/14] Finish up irq_domain generalization

[PATCH 1/1] Input: tegra-kbc - remove pre Tegra20 definitions
 2012-01-18 21:12 UTC  (4+ messages)

[PATCH 1/2] gpio-pch: cleanup __iomem annotation usage
 2012-01-18 21:07 UTC  (8+ messages)
        ` PATCH] use void __iomem * pointers for ioread32()/iowrite32()

[PATCH] add netconsole support for xen-netfront
 2012-01-18 21:06 UTC  (6+ messages)

[PATCH] eCryptfs: infinite loop bug
 2012-01-18 21:04 UTC  (2+ messages)

pull request: wireless 2012-01-18
 2012-01-18 21:01 UTC  (2+ messages)

change in protections of /proc/$pid/mem
 2012-01-18 20:56 UTC 

[PATCH V1] gpio: tps65910: Use correct offset for gpio initialization
 2012-01-18 20:49 UTC  (2+ messages)

[GIT PULL] sound (ASoC) fixes for 3.3-rc1
 2012-01-18 20:44 UTC 

[patch 0/2] mm: memcg reclaim integration followups
 2012-01-18 20:38 UTC  (8+ messages)
` [patch 2/2] mm: memcg: hierarchical soft limit reclaim

Pinmux bindings proposal
 2012-01-18 20:22 UTC  (24+ messages)

Crash in writeback:single_inode tracepoint after card removal
 2012-01-18 20:09 UTC  (3+ messages)

[GIT PULL] slave-dmaengine updates
 2012-01-18 20:03 UTC  (3+ messages)

[PATCH 08/21] KEYS: Add signature verification facility [ver #3]
 2012-01-18 19:59 UTC  (8+ messages)
` [RFC][PATCH 00/21] Crypto keys and module signing "

[PATCH 0/2] [RFC] jump-label/x86: Compress jmps to 2 bytes where possible
 2012-01-18 19:53 UTC  (3+ messages)
` [PATCH 1/2] jump labels: Add infrastructure to update jump labels at compile time
` [PATCH 2/2] jump labels/x86: Use etiher 5 byte or 2 byte jumps

[PATCH v2] add LED driver for PCA9663 I2C chip
 2012-01-18 19:51 UTC 

[PATCH v3 0/4] toshiba_acpi: Expanded hotkey support
 2012-01-18 19:44 UTC  (5+ messages)
` [PATCH v3 1/4] ACPI: EC: Add ec_get_handle()
` [PATCH v3 2/4] toshiba_acpi: Support alternate hotkey interfaces
` [PATCH v3 3/4] toshiba_acpi: Support additional hotkey scancodes
` [PATCH v3 4/4] toshiba_acpi: Refuse to load on machines with buggy INFO implementations

[PATCH] mm/backing-dev.c: fix crash when USB/SCSI device is detached
 2012-01-18 19:43 UTC  (10+ messages)

[Problem] kernel hangs at boot (bisected 892d208bcf)
 2012-01-18 19:32 UTC 

[PATCH] mce: fix warning messages about static struct mce_device
 2012-01-18 19:31 UTC  (5+ messages)

[PATCH] Avoid mask based num_possible_cpus and num_online_cpus
 2012-01-18 19:20 UTC  (4+ messages)

Kernel crash in icq_free_icq_rcu
 2012-01-18 19:07 UTC  (14+ messages)

[RFC] fs, proc: Introduce /proc/<pid>/task/<tid>/children entry v6
 2012-01-18 19:07 UTC  (7+ messages)

[PATCH 1/6] staging:android_pmem.h: Fixes the space and other formating issues pointed out by checkpatch.pl
 2012-01-18 18:54 UTC 

[PATCH] mm: Enable MAP_UNINITIALIZED for archs with mmu
 2012-01-18 18:51 UTC 

MAILBOX overschreden
 2012-01-18 18:07 UTC 

[BUG] v3.2.1: circular locking dvb_device_open / videobuf_dvb_find_frontend
 2012-01-18 18:25 UTC 

[GIT PULL for v3.3-rc1] media - mostly fixes
 2012-01-18 18:20 UTC 

[PATCH 1/1] drivers: hid: hid-hyperv: Properly disconnect the input device
 2012-01-18 16:57 UTC 

Kerneloops.org defunct?
 2012-01-18 18:20 UTC  (5+ messages)

[PATCH] x86-64: fix memset() to support sizes of 4Gb and above
 2012-01-18 18:16 UTC  (4+ messages)

[PATCH RFC] kvm: deliver msix interrupts from irq handler
 2012-01-18 18:10 UTC 

[GIT PULL]: ib_srpt: Initial SRP target merge for v3.3-rc1
 2012-01-18 18:06 UTC  (2+ messages)

[PATCH] kvm: fix error handling for out of range irq
 2012-01-18 18:07 UTC 

[PATCH V1 1/2] regulator: tps65910: Add regulator info for RTC rail
 2012-01-18 17:57 UTC  (2+ messages)


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