linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-02 02:31:29 to 2013-11-03 14:40:25 UTC [more...]

perf events ring buffer memory barrier on powerpc
 2013-11-03 14:40 UTC  (35+ messages)

[PATCH] x86: Allow NR_CPUS=1024
 2013-11-03 14:29 UTC  (4+ messages)

[virtio-net] BUG: sleeping function called from invalid context at kernel/mutex.c:616
 2013-11-03 14:28 UTC  (3+ messages)

[PATCH] kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()
 2013-11-03 14:23 UTC 

[PATCH] Staging: ft1000: fixed a few styling issues
 2013-11-03 14:20 UTC 

[PATCH 0/4] random: improve entropy pool initialization at boot time
 2013-11-03 13:33 UTC  (5+ messages)
` [PATCH 1/4] random: use device attach events for entropy
` [PATCH 2/4] random: make add_timer_randomness() fill the nonblocking pool first
` [PATCH 3/4] random: printk notifications for urandom pool initialization
` [PATCH 4/4] random: don't zap entropy count in rand_initialize()

[next:master 23/358] undefined reference to `i2c_add_adapter'
 2013-11-03 13:27 UTC  (2+ messages)
    ` [next:master 23/358] undefined reference to `input_led_disconnect'

[PATCH] fs/befs/linuxvfs.c: need signed cast for variable 'block'
 2013-11-03 12:41 UTC  (10+ messages)

[PATCH] CPU Jitter RNG: inclusion into kernel crypto API and /dev/random
 2013-11-03 12:41 UTC  (8+ messages)

[PATCH 00/11] EFI runtime services virtual mapping, vN++
 2013-11-03 12:35 UTC  (7+ messages)
` [PATCH 10/11] EFI: Runtime services virtual mapping

[PATCH v3 00/15] KVM: MMU: locklessly write-protect
 2013-11-03 12:29 UTC  (2+ messages)

[PATCH] boot_delay return value fix
 2013-11-03 12:27 UTC 

[PATCH] efi earlyprintk fix
 2013-11-03 12:16 UTC 

[PATCH v2] X86: MM: Add PAT Type write-through in combination with mtrr
 2013-11-03 12:02 UTC 

[PATCH 0/2] IPC DoS fix
 2013-11-03 11:36 UTC  (8+ messages)
` [PATCH 1/2] ipc, msg: fix message length check for negative values
    ` [PATCHv2 0/2] IPC DoS fix
      ` [PATCHv2 1/2] ipc, msg: fix message length check for negative values
      ` [PATCHv2 2/2] ipc, msg: forbid negative values for "msg{max,mnb,mni}"
` [PATCH 2/2] ipc, msg: forbid negative values for "msgmax"

[PATCH] Makefile: fix out-of-tree builds for multiple targets with 'all'
 2013-11-03 11:09 UTC 

[PATCH] Documentation: gpiolib: document new interface
 2013-11-03 10:22 UTC 

[PATCH] Critical ARC Fix for 3.12
 2013-11-03 10:29 UTC  (3+ messages)
` [PATCH] ARC: Incorrect mm reference used in vmalloc fault handler

[PATCH] dmi: Avoid unaligned memory access in save_mem_devices()
 2013-11-03 10:19 UTC  (2+ messages)
` [tip:x86/mce] "

[PATCH] mm: cache largest vma
 2013-11-03 10:12 UTC  (5+ messages)

[PATCHSET driver-core-next] sysfs: separate out kernfs, take #2
 2013-11-03  9:53 UTC  (40+ messages)
` [PATCH 01/39] sysfs: make __sysfs_add_one() fail if the parent isn't a directory
` [PATCH 02/39] sysfs, kernfs: add skeletons for kernfs
` [PATCH 03/39] sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()
` [PATCH 04/39] sysfs, kernfs: introduce kernfs_create_link()
` [PATCH 05/39] sysfs, kernfs: introduce kernfs_rename[_ns]()
` [PATCH 06/39] sysfs, kernfs: introduce kernfs_setattr()
` [PATCH 07/39] sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv
` [PATCH 08/39] sysfs, kernfs: introduce kernfs_create_dir[_ns]()
` [PATCH 09/39] sysfs, kernfs: prepare read path for kernfs
` [PATCH 10/39] sysfs, kernfs: prepare write "
` [PATCH 11/39] sysfs, kernfs: prepare mmap "
` [PATCH 12/39] sysfs, kernfs: prepare open, release, poll paths "
` [PATCH 13/39] sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h
` [PATCH 14/39] sysfs, kernfs: introduce kernfs_ops
` [PATCH 15/39] sysfs, kernfs: add sysfs_dirent->s_attr.size
` [PATCH 16/39] sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR
` [PATCH 17/39] sysfs, kernfs: introduce kernfs_create_file[_ns]()
` [PATCH 18/39] sysfs, kernfs: remove sysfs_add_one()
` [PATCH 19/39] sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()
` [PATCH 20/39] sysfs, kernfs: introduce kernfs_notify()
` [PATCH 21/39] sysfs, kernfs: reorganize SYSFS_* constants
` [PATCH 22/39] sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation
` [PATCH 23/39] sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()
` [PATCH 24/39] sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h
` [PATCH 25/39] sysfs, kernfs: move inode code to fs/kernfs/inode.c
` [PATCH 26/39] sysfs, kernfs: move dir core code to fs/kernfs/dir.c
` [PATCH 27/39] sysfs, kernfs: move file core code to fs/kernfs/file.c
` [PATCH 28/39] sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c
` [PATCH 29/39] sysfs, kernfs: drop unused params from sysfs_fill_super()
` [PATCH 30/39] sysfs, kernfs: make sysfs_super_info->ns const
` [PATCH 31/39] sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()
` [PATCH 32/39] sysfs, kernfs: introduce sysfs_root_sd
` [PATCH 33/39] sysfs, kernfs: implement kernfs_create/destroy_root()
` [PATCH 34/39] sysfs, kernfs: make inode number ida per kernfs_root
` [PATCH 35/39] sysfs, kernfs: make super_blocks bind to different kernfs_roots
` [PATCH 36/39] sysfs, kernfs: prepare mount path for kernfs
` [PATCH 37/39] sysfs, kernfs: move mount core code to fs/kernfs/mount.c
` [PATCH 38/39] sysfs, kernfs: make sysfs_dirent definition public
` [PATCH 39/39] sysfs, kernfs: remove cross inclusions of internal headers

[PATCH 0/2] Add SMP support for the Allwinner A31 SoCs
 2013-11-03  9:30 UTC  (3+ messages)
` [PATCH 1/2] ARM: sun6i: dt: Add IP needed to bring up the additional cores
` [PATCH 2/2] ARM: sun6i: Add SMP support for the Allwinner A31

[PATCH] Staging: ft1000: fixed coding style issues
 2013-11-03  8:18 UTC  (4+ messages)

mei: cancel stall timers in mei_reset
 2013-11-03  7:53 UTC  (2+ messages)

[PATCH] ARM: S3C24XX: remove unused Kconfig parameter
 2013-11-03  7:25 UTC 

[PATCH] extcon-gpio: add devicetree support
 2013-11-03  6:38 UTC  (5+ messages)

[PATCH v2] sg: O_EXCL and other lock handling
 2013-11-03  6:32 UTC  (6+ messages)

[PATCH] HID: roccat: Fixed Coverity CID 141438
 2013-11-03  5:25 UTC 

[RFC][PATCH 4/3] vfs: Allow rmdir to remove mounts in all but the current mount namespace
 2013-11-03  3:54 UTC  (11+ messages)
              ` [REVIEW][PATCH 0/4] vfs: Detach mounts on unlink
                ` [REVIEW][PATCH 1/4] vfs: Don't allow overwriting mounts in the current mount namespace

[RFC PATCH] ceph: Write through cache support based on fscache
 2013-11-03  1:32 UTC  (3+ messages)

[git pull] fixes for 3.12-final
 2013-11-03  1:58 UTC 

[PATCH 1/2] staging: et131x: drop packet when error occurs in et131x_tx()
 2013-11-03  1:41 UTC  (2+ messages)
` [PATCH 2/2] staging: et131x: improve code readability

Correct parameter size for BLKSSZGET ioctl
 2013-11-02 23:44 UTC  (2+ messages)

[PATCH] memstick: fix unreachable state in h_msb_read_page() in ms_block.c
 2013-11-02 23:28 UTC  (2+ messages)

[PATCH] phy: Add MOXA RTL8201CP PHY support
 2013-11-02 18:05 UTC  (2+ messages)

[PATCH 0/2] of/irq: Bugfixes for linux-next branch
 2013-11-02  8:24 UTC  (3+ messages)
` [PATCH 1/2] of/irq: Fix bug in interrupt parsing refactor
` [PATCH 2/2] of/irq: Fix potential buffer overflow

[PATCH] of: set dma_mask to point to coherent_dma_mask
 2013-11-02 18:07 UTC  (2+ messages)

[PATCH 0/4] perf report: add parameters 'start' & 'end' to specify analysis interval
 2013-11-02 22:34 UTC  (5+ messages)
` [PATCH 2/4] perf tools: relate 'start' & 'end' to perf_session
` [PATCH 3/4] perf tools: record min_timestamp of samples queue in ordered_samples

[PATCH v2] WAN: Adding support for Infineon PEF2256 E1 chipset (FALC56)
 2013-11-02 22:26 UTC  (2+ messages)

[PATCH 3.11 00/66] 3.11.7-stable review
 2013-11-02 22:10 UTC  (5+ messages)

[ 00/32] 3.4.68-stable review
 2013-11-02 21:33 UTC  (2+ messages)

[PATCH 3.10 00/54] 3.10.18-stable review
 2013-11-02 21:32 UTC  (2+ messages)

[PATCH] Staging: ft1000: fixed coding style issues
 2013-11-02 20:55 UTC 

linux-next: manual merge of the block tree with the tree
 2013-11-02 20:50 UTC  (7+ messages)

[PATCH] Staging: ft1000: fixed coding style issues
 2013-11-02 20:47 UTC 

Strange location and name for platform devices when device-tree is used
 2013-11-02 20:40 UTC  (10+ messages)

[PATCH net] net: flow_dissector: fail on evil iph->ihl
 2013-11-02 20:22 UTC  (3+ messages)

[kconfig] update: results of some syntactical checks
 2013-11-02 19:55 UTC  (4+ messages)

[PATCH] LSM: ModPin LSM for module loading restrictions
 2013-11-02 19:39 UTC  (7+ messages)

PROBLEM: only on Linux amd64 no network/usb 2
 2013-11-02 19:44 UTC 

[PATCH] INPUT: wacom: Added definition for Wacom CTH680 The Wacom Creative Pen & Touch Tablet M (CTH680, 056A:0303) is a newer revision of the Bamboo series. This patch adds product 0303 to wacom.ko
 2013-11-02 19:04 UTC 

[PATCH v2 0/9] USB Device Controller support for BCM281xx
 2013-11-02 17:58 UTC  (9+ messages)
` [PATCH v2 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls
` [PATCH v2 5/9] usb: gadget: s3c-hsotg: enable generic phy support

[PATCH 1/6] tpm/tpm_ppi: Do not compare strcmp(a,b) == -1
 2013-11-02 17:25 UTC  (6+ messages)
  ` [PATCH 2/6] tpm/tpm_ppi: Check return value of acpi_get_name
  ` [PATCH 3/6] tpm/tpm_i2c_stm_st33: Check return code of get_burstcount
  ` [PATCH 4/6] tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning)
  ` [PATCH 5/6] tpm/tpm_i2c_atmel: fix coccinelle warnings
  ` [PATCH 6/6] tpm: MAINTAINERS: Cleanup TPM Maintainers file

[PATCH] drivers: w1: make w1_slave::flags long to avoid casts
 2013-11-02 17:19 UTC  (8+ messages)

[PATCH] coccinelle: Add a script to find and remove unnecessary ifs with no body
 2013-11-02 16:49 UTC  (6+ messages)
  ` [PATCHv2] coccinelle: Add a script to find "

scsi-mq + open-iscsi support patches..?
 2013-11-02 16:10 UTC  (4+ messages)

[PATCHSET 00/13] tracing/uprobes: Add support for more fetch methods (v6)
 2013-11-02 15:54 UTC  (2+ messages)

[PATCH v3 1/3] gpio: davinci: add OF support
 2013-11-02 15:49 UTC  (6+ messages)

[RFC PATCH] PCI: export MSI mode using attributes, not kobjects
 2013-11-02 15:50 UTC  (3+ messages)

[PATCH v4 0/6] gpio: daVinci: Fixes and feature enhancement
 2013-11-02 15:39 UTC  (7+ messages)
` [PATCH v4 1/6] gpio: davinci: Fixed a check for unbanked gpio
` [PATCH v4 2/6] gpio: davinci: remove unnecessary printk
` [PATCH v4 3/6] gpio: davinci: use irqdomain
` [PATCH v4 4/6] gpio: davinci: add OF support
` [PATCH v4 5/6] ARM: davinci: da850: add GPIO DT node
` [PATCH v4 6/6] ARM: davinci: da850 evm: add GPIO pinumux entries "

[Suggestion] about latest commit for "scripts/get_maintainers.pl"
 2013-11-02 14:07 UTC  (3+ messages)

[PATCH v2 00/13] uprobes: Add uprobes support for ARM
 2013-11-02 14:03 UTC  (8+ messages)
` [PATCH v2 05/13] uprobes: add arch write opcode hook

[PATCH net-next 00/13] Protect dev_kfree_skb_irq from NULL and remove unnecessary NULL checks
 2013-11-02 13:47 UTC  (14+ messages)
` [PATCH net-next 01/13] net: Check skb for NULL in dev_kfree_skb_irq
` [PATCH net-next 02/13] driver: net: remove unnecessary skb NULL check before calling dev_kfree_skb_irq
` [PATCH net-next 03/13] driver: atm: "
` [PATCH net-next 04/13] driver: staging: "
` [PATCH net-next 05/13] driver: usb/gadget: "
` [PATCH net-next 06/13] driver: net: remove unnecessary NULL check before dev_kfree_skb_any
` [PATCH net-next 07/13] driver: staging: "
` [PATCH net-next 08/13] driver: isdn: "
` [PATCH net-next 09/13] driver: s390: "
` [PATCH net-next 10/13] driver: infiniband: "
` [PATCH net-next 11/13] driver: usb: "
` [PATCH net-next 12/13] driver: net: fix space before '(' and remove extra variable
` [PATCH net-next 13/13] scripts/checkpatch.pl: Add dev_kfree_skb*(NULL) check to checkpatch

[PATCH] Make efi-pstore return a unique id
 2013-11-02 12:28 UTC  (8+ messages)

zram/zsmalloc issues in very low memory conditions
 2013-11-02  7:40 UTC  (10+ messages)

[REVIEW][PATCH 1/2] userns: Better restrictions on when proc and sysfs can be mounted
 2013-11-02  6:06 UTC  (2+ messages)

[PATCH] bnx2: Use dev_kfree_skb_any() in bnx2_tx_int()
 2013-11-02  5:06 UTC  (3+ messages)

[PATCH V5 0/3] perf/x86/amd: AMD Family 16h Data Breakpoint Extensions
 2013-11-02  4:34 UTC  (6+ messages)
` [PATCH 1/3] perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8

[RFC 0/9] of: refactor IRQ parsing and add interrupts-extended implementation
 2013-11-02  4:16 UTC  (7+ messages)
` [RFC 4/9] of/irq: Refactor interrupt-map parsing

[PATCH 0/4] per anon_vma lock and turn anon_vma rwsem lock to rwlock_t
 2013-11-02  3:18 UTC  (11+ messages)

[PATCH 1/8] net ipset: use rbtree postorder iteration instead of opencoding
 2013-11-02  2:45 UTC  (3+ messages)
` [PATCH 2/8] trace/trace_stat: use rbtree postorder iteration helper "


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