All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-10-25 02:41:02 to 2011-10-25 06:25:25 UTC [more...]

linux-next: manual merge of the bluetooth tree with Linus' tree
 2011-10-25  6:25 UTC  (2+ messages)

Kernel hard LOCKUP with v3.0.7
 2011-10-25  6:24 UTC  (11+ messages)

[Buildroot] [PATCH 1/6] linux: vmlinux target is valid for powerpc too
 2011-10-25  6:24 UTC  (8+ messages)
` [Buildroot] [PATCH 2/6] qemu_arm_versatile: use kernel 3.1 and add readme
` [Buildroot] [PATCH 3/6] qemu_mipsel_malta: update to kernel 3.1
` [Buildroot] [PATCH 5/6] qemu_sh4_r2d: update to kernel 3.1 and update readme

[Buildroot] Some topics for the Buildroot Developer Day
 2011-10-25  6:24 UTC  (9+ messages)

xfs_symlink problem? 3.1 after rc10
 2011-10-24 21:30 UTC  (4+ messages)
    ` xfs_symlink problem? [Allow pquota and gquota to be used together actually]

[PATCH 0/9] ib_srpt: Changes from RFC for v3.2-rc1 mainline merge
 2011-10-25  6:22 UTC  (4+ messages)
` [PATCH 7/9] ib_srpt: Convert srp_max_rdma_size into per port configfs attribute

[Buildroot] [git commit] qemu_mipsel_malta: update to kernel 3.1
 2011-10-25  6:18 UTC 

[Buildroot] [git commit] qemu_arm_versatile: use kernel 3.1 and add readme
 2011-10-25  6:18 UTC 

[Buildroot] [git commit] linux: vmlinux target is valid for powerpc too
 2011-10-25  6:17 UTC 

SMB2 protocol support for CIFS Linux kernel module
 2011-10-25  6:16 UTC  (4+ messages)

Issue with RDEPENDS in module.bbclass for initramfs
 2011-10-25  6:09 UTC 

linux-next: manual merge of the scsi tree with the s390 tree
 2011-10-25  6:16 UTC 

[PATCH v2 1/3] nl80211: Add probe response offload attribute
 2011-10-25  6:16 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] add mmc support for pantheon platform
 2011-10-25  6:15 UTC  (5+ messages)
` [U-Boot] [PATCH V2 0/4] "

[PATCH 00/53] SMB2 protocol support for CIFS kernel module
 2011-10-25  6:12 UTC  (52+ messages)
  ` [PATCH 01/53] CIFS: Update cifs global structures to handle smb2 sessions
  ` [PATCH 02/53] CIFS: Allow SMB2 statistics to be tracked
  ` [PATCH 03/53] CIFS: Check for smb2 vs. cifs in find_tcp_session
  ` [PATCH 04/53] CIFS: Do not try to dump cifs mids from smb2 sessions
  ` [PATCH 05/53] CIFS: wait_for_free_request needs to wait on credits returned by server (for SMB2)
  ` [PATCH 06/53] CIFS: Add missing unicode handling routines needed by smb2
  ` [PATCH 07/53] CIFS: Add structure definitions for SMB2 PDUs
  ` [PATCH 09/53] CIFS: Allocating SMB2 mids (multiplex identifier structures)
  ` [PATCH 10/53] CIFS: Add routines to free SMB2 mids
  ` [PATCH 11/53] CIFS: Add sync_smb2_mid_result
  ` [PATCH 13/53] CIFS: Add SMB2 transport routines
  ` [PATCH 14/53] CIFS: Expand cifs mid structure to keep SMB2 related fields
  ` [PATCH 15/53] CIFS: Make demultiplex_thread work with SMB2 code
  ` [PATCH 16/53] CIFS: Get mount/umount work with SMB2 protocol
  ` [PATCH 17/53] CIFS: Simplify SMB2 query info
  ` [PATCH 18/53] CIFS: Add SMB2 inode/dentry ops structures
  ` [PATCH 19/53] CIFS: Add SMB2 support for mkdir operation
  ` [PATCH 20/53] CIFS: Add SMB2 support for rmdir operation
  ` [PATCH 21/53] CIFS: Add SMB2 support for unlink operation
  ` [PATCH 22/53] CIFS: Add SMB2 support open/close file operations
  ` [PATCH 23/53] CIFS: Add SMB2 support for reopen file operation
  ` [PATCH 24/53] CIFS: Add SMB2 support for cifs_iovec_write
  ` [PATCH 25/53] CIFS: Add SMB2 support for cifs_iovec_read
  ` [PATCH 26/53] CIFS: Add address space ops structures for SMB2
  ` [PATCH 27/53] CIFS: Add read related address space operations "
  ` [PATCH 28/53] CIFS: Add write "
  ` [PATCH 29/53] CIFS: Respect max buf size for SMB2 read and write
  ` [PATCH 30/53] CIFS: Temporarily disable set inode info for SMB2
  ` [PATCH 31/53] CIFS: Add writepages support "
  ` [PATCH 32/53] CIFS: Add readpages "
  ` [PATCH 33/53] CIFS: Add echo request "
  ` [PATCH 34/53] [CIFS] Add SMB2 support for cifs_get_file_info
  ` [PATCH 35/53] CIFS: Add SMB2 support for create operation
  ` [PATCH 36/53] CIFS: Add readdir support for SMB2
  ` [PATCH 37/53] CIFS: Add SMB2 support for rename operation
  ` [PATCH 38/53] CIFS: Add SMB2 support for hardlink operation
  ` [PATCH 39/53] CIFS: Add SMB2 support for flush operation
  ` [PATCH 40/53] CIFS: Add NTLMSSP sec type to defaults
  ` [PATCH 41/53] CIFS: Disable SMB2.1 protocol negotiating
  ` [PATCH 42/53] CIFS: Process oplocks for SMB2
  ` [PATCH 43/53] CIFS: Process STATUS_PENDING responses "
  ` [PATCH 44/53] CIFS: Request SMB2.1 leases
  ` [PATCH 45/53] CIFS: Process oplock/lease break for SMB2/2.1
  ` [PATCH 46/53] CIFS: Add strictcache i/o for SMB2
  ` [PATCH 47/53] CIFS: Enable signing in SMB2
  ` [PATCH 48/53] CIFS: Process signing for SMB2_logoff
  ` [PATCH 49/53] CIFS: Introduce SMB2 Kconfig option
  ` [PATCH 50/53] CIFS: Introduce smb2 mounts as vers=2
  ` [PATCH 51/53] CIFS: Change Makefile to support CONFIG_CIFS_SMB2
  ` [PATCH 52/53] CIFS: Add statfs support for SMB2
  ` [PATCH 53/53] CIFS: Disable lock call for SMB2 since we don't support it

[PATCH v2 3/5] regulator: helper routine to extract regulator_init_data
 2011-10-25  6:10 UTC  (25+ messages)

[PATCH-v2] ib_srpt: Initial SRP Target merge for v3.2-rc1
 2011-10-25  6:07 UTC  (6+ messages)

Please help me about the default rootfs
 2011-10-25  6:07 UTC 

kernel.org tarball/patch signature files
 2011-10-25  6:06 UTC  (6+ messages)

[PATCH v5 3.1.0-rc4-tip 0/26] Uprobes patchset with perf probe support
 2011-10-25  6:01 UTC  (10+ messages)
` [PATCH 0/X] (Was: Uprobes patchset with perf probe support)
  ` [PATCH 8-14/X] "
    ` [PATCH 13/X] uprobes: introduce UTASK_SSTEP_TRAPPED logic

Libata_error_messages
 2011-10-25  5:59 UTC 

libfdt queries
 2011-10-25  5:58 UTC 

Adding board support
 2011-10-25  5:57 UTC  (11+ messages)

[PATCH] h8300: Move gpio.h to gpio-internal.h
 2011-10-25  5:55 UTC  (2+ messages)

(unknown),
 2011-10-25  5:55 UTC 

general protection faults with "git grep" version 1.7.7.1
 2011-10-25  5:53 UTC  (5+ messages)

[PATCH] arm/tegra: Add device-tree support for TrimSlice board
 2011-10-25  5:52 UTC  (6+ messages)

nouveau page_flip function implement not wait vblank, which cause screen garbage
 2011-10-25  5:45 UTC  (3+ messages)
`  "

[xen-unstable test] 9608: tolerable FAIL
 2011-10-25  5:43 UTC 

[RFC PATCH 0/17] Miscellaneous generic PHY layer improvements
 2011-10-25  5:41 UTC  (7+ messages)
` [RFC PATCH 02/17] of_mdio: Don't phy_scan_fixups() twice
` [RFC PATCH 06/17] phy_driver: Add and use phy_driver_[un]register_multiple()

Linux 3.0.8
 2011-10-25  5:40 UTC  (3+ messages)

A Plumber’s Wish List for Linux
 2011-10-25  5:40 UTC  (8+ messages)

[PATCH 0/4] MIPS/Perf-events: Functional fixes and cleanups
 2011-10-25  5:36 UTC  (4+ messages)
` [PATCH 3/4] MIPS/Perf-events: temporarily connect event to its pmu at event init

[PATCH] Fix micmute remap for Lenovo Thinkpads
 2011-10-25  5:22 UTC 

[Qemu-trivial] [PATCH] target-sparc: Fix use of g_new0 / g_free
 2011-10-25  5:16 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH 0/3] paz00 updates for 3.3
 2011-10-25  5:16 UTC  (8+ messages)
` [PATCH 1/3] ARM: tegra: paz00: add support for the embedded controller
` [PATCH 2/3] ARM: tegra: paz00: add support for wakeup gpio key
` [PATCH 3/3] arm/dt: tegra: add dts file for paz00

[U-Boot] [PATCH v4 0/6] Run-time configuration of U-Boot via a flat device tree (fdt)
 2011-10-25  5:15 UTC  (5+ messages)

[U-Boot] [PATCH v6 0/6] Run-time configuration of U-Boot via a flat device tree (fdt)
 2011-10-25  5:15 UTC  (7+ messages)
` [U-Boot] [PATCH v6 1/6] fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)
` [U-Boot] [PATCH v6 2/6] fdt: Add support for embedded device tree (CONFIG_OF_EMBED)
` [U-Boot] [PATCH v6 3/6] fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE)
` [U-Boot] [PATCH v6 4/6] fdt: add decode helper library
` [U-Boot] [PATCH v6 5/6] fdt: ARM: Implement and verify embedded and separate device tree
` [U-Boot] [PATCH v6 6/6] fdt: ARM: Add fdtcontroladdr to set device tree address in environment

[Qemu-devel] [PATCH] ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriate
 2011-10-25  5:10 UTC 

[PATCH] net: allow CAP_NET_RAW to setsockopt SO_PRIORITY
 2011-10-25  5:07 UTC  (3+ messages)

[PATCH] net: make bonding slaves honour master's skb->priority
 2011-10-25  5:04 UTC  (5+ messages)

[U-Boot] [PATCH 0/9] tegra2: Tidy up boot path
 2011-10-25  5:02 UTC  (14+ messages)
` [U-Boot] [PATCH 3/9] arm: Move CP15 init out of cpu_init_crit()

網路世界的營利模式已超乎我們的想像
 2011-10-25  5:00 UTC 

[Qemu-devel] [PATCH] ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriate
 2011-10-25  4:57 UTC  (2+ messages)
` [Qemu-devel] [Qemu-ppc] "

[markgross@thengar.org: [RFC] wake up notifications and suspend blocking (aka more wakelock stuff)]
 2011-10-25  4:50 UTC  (6+ messages)

[PATCH 2/2] pinctrl: add a generic control interface
 2011-10-25  4:49 UTC  (10+ messages)

[PATCH net-next 0/4] be2net: fixes
 2011-10-25  4:49 UTC  (3+ messages)

[PATCH] of: Add a reg-names property to name reg entries
 2011-10-25  4:49 UTC  (5+ messages)

linux v3.1 with btrfs-work: oops when deleting files
 2011-10-25  4:48 UTC 

[RFC] ARM: at91: gpio add mux check
 2011-10-25  4:39 UTC  (2+ messages)

[PATCH] module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
 2011-10-25  3:56 UTC  (3+ messages)

[U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network
 2011-10-25  4:13 UTC  (5+ messages)

[U-Boot] LG XMas Promo
 2011-10-25  4:10 UTC 

[PATCH 1/1] pinctrl/sirf: fix sirfsoc_get_group_pins prototype introduce in 7e570f97
 2011-10-25  4:07 UTC  (2+ messages)

Linux USB HID should ignore values outside Logical Minimum/Maximum range
 2011-10-25  4:03 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/11] Add tftpput command for uploading files over network
 2011-10-25  4:00 UTC  (12+ messages)
` [U-Boot] [PATCH v2 01/11] Move simple_itoa() to vsprintf.c
` [U-Boot] [PATCH v2 02/11] Add setenv_ulong() and setenv_addr()
` [U-Boot] [PATCH v2 03/11] net: tftpput: Move ICMP code into its own function
` [U-Boot] [PATCH v2 04/11] net: tftpput: Add support for receiving ICMP packets
` [U-Boot] [PATCH v2 05/11] net: tftpput: Rename TFTP to TFTPGET
` [U-Boot] [PATCH v2 06/11] net: tftpput: move common code into separate functions
` [U-Boot] [PATCH v2 07/11] net: tftpput: Factor out start, restart and next block functions
` [U-Boot] [PATCH v2 08/11] net: tftpput: Support selecting get/put for tftp
` [U-Boot] [PATCH v2 09/11] net: tftpput: add saveaddr and savesize env variables
` [U-Boot] [PATCH v2 10/11] net: tftpput: implement tftp logic
` [U-Boot] [PATCH v2 11/11] net: tftpput: add tftpput command

[PATCH v8 3/3] ASoC: da7210: Add support for line input and mic
 2011-10-25  3:59 UTC  (3+ messages)

devel/acpi-cpufreq.v3: arch/x86/built-in.o:(.data+0x5f88): undefined reference to `x86_acpi_suspend_lowlevel'
 2011-10-25  3:55 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] Create a single cmd_call() function to handle command execution
 2011-10-25  3:52 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] RFC: Add XON/XOFF support

[PULL] module and param
 2011-10-25  3:43 UTC 

[PATCH] arm/tegra: Don't create duplicate gpio and pinmux devices
 2011-10-25  3:45 UTC  (3+ messages)

[PATCH v4 0/9] Cleanup and extension of netdev features
 2011-10-25  3:44 UTC  (3+ messages)

[PATCH 1/1] [virt] virtio-blk: Use ida to allocate disk index
 2011-10-25  1:07 UTC  (10+ messages)

[PATCH v3] virtio: Add platform bus driver for memory mapped virtio device
 2011-10-25  1:13 UTC  (3+ messages)
` [PATCH v4] "

[xen-4.1-testing test] 9607: regressions - FAIL
 2011-10-25  3:39 UTC 

[RFC] hda - is_jack_detectable()
 2011-10-25  3:31 UTC  (2+ messages)

Good day! 5246640
 2011-10-25  3:25 UTC 

[GIT PULL 0/4] perf/core fixes and improvements
 2011-10-25  3:22 UTC  (2+ messages)

[U-Boot] NOTIFICATION
 2011-10-25  3:21 UTC 

changed em28xx-cards-c; Plextor ConvertX AV100U now works!
 2011-10-25  3:15 UTC 

[PATCH 5/9] user namespace: clamp down users of cap_raised
 2011-10-25  3:03 UTC  (9+ messages)
` user namespaces: fix some uid/privilege leaks
      ` [PATCH 05/10] user namespace: clamp down users of cap_raised

[PATCH] acer-wmi: blacklist Thinkpad edge E520
 2011-10-25  2:57 UTC  (4+ messages)

[RFC][PATCH 0/2] PM / Sleep: Extended control of suspend/hibernate interfaces
 2011-10-25  2:52 UTC  (5+ messages)

[patch 5/5]thp: split huge page if head page is isolated
 2011-10-25  2:59 UTC  (2+ messages)

[patch 4/5]thp: correct order in lru list for split huge page
 2011-10-25  2:59 UTC  (2+ messages)

[patch 3/5]thp: add tlb_remove_pmd_tlb_entry
 2011-10-25  2:59 UTC  (2+ messages)

[patch 2/5]thp: remove unnecessary tlb flush for mprotect
 2011-10-25  2:59 UTC  (2+ messages)

[RFC v2 PATCH 5/4 PATCH] virtio-net: send gratuitous packet when needed
 2011-10-25  2:50 UTC  (5+ messages)
    ` [Qemu-devel] "

[patch 1/5]thp: improve the error code path
 2011-10-25  2:58 UTC  (2+ messages)

[2011.03-maintenance] Pull request for binutils
 2011-10-25  2:43 UTC  (2+ messages)

[PATCH] Convert width in bits to bytes in __acpi_ioremap_fast()
 2011-10-25  2:48 UTC  (2+ messages)

[PATCH 0/1] distro_tracking_fields: update packages tracking fields
 2011-10-25  2:49 UTC  (2+ messages)
` [PATCH 1/1] "

media0 not showing up on beagleboard-xm
 2011-10-25  2:48 UTC 

[PATCH 1/1] Staging: hv: vmbus: Support building the vmbus driver as part of the kernel
 2011-10-25  2:43 UTC  (3+ messages)

Question about how to troubleshoot sandybridge kernel opps and subsequest GPU lockup
 2011-10-25  2:43 UTC  (4+ messages)

[PATCH 1/3] Revert "ipc/mqueue: update maximums for the mqueue, subsystem"
 2011-10-25  2:41 UTC  (2+ messages)
` [PATCH 3/3] ipc/mqueue: separate mqueue default value from maximum, value


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.